mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-20 09:55:00 +00:00
feature: support to enable --squash
and --push
option while finishing git-flow branches (#1290)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
e8bf58f6c3
commit
ebe0e61367
6 changed files with 47 additions and 6 deletions
|
@ -323,6 +323,8 @@
|
|||
<x:String x:Key="Text.GitFlow.FinishHotfix" xml:space="preserve">FLOW - Finish Hotfix</x:String>
|
||||
<x:String x:Key="Text.GitFlow.FinishRelease" xml:space="preserve">FLOW - Finish Release</x:String>
|
||||
<x:String x:Key="Text.GitFlow.FinishTarget" xml:space="preserve">Target:</x:String>
|
||||
<x:String x:Key="Text.GitFlow.FinishWithPush" xml:space="preserve">Push to remote(s) after performing finish</x:String>
|
||||
<x:String x:Key="Text.GitFlow.FinishWithSquash" xml:space="preserve">Squash during merge</x:String>
|
||||
<x:String x:Key="Text.GitFlow.Hotfix" xml:space="preserve">Hotfix:</x:String>
|
||||
<x:String x:Key="Text.GitFlow.HotfixPrefix" xml:space="preserve">Hotfix Prefix:</x:String>
|
||||
<x:String x:Key="Text.GitFlow.Init" xml:space="preserve">Initialize Git-Flow</x:String>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue