mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
update<README>: update thanks; update style for Keep branch option
This commit is contained in:
parent
b56279ce6e
commit
c7a57877e0
2 changed files with 4 additions and 10 deletions
|
@ -23,3 +23,4 @@
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
* [PUMA](https://gitee.com/whgfu) 配置默认User
|
* [PUMA](https://gitee.com/whgfu) 配置默认User
|
||||||
|
* [Rwing](https://gitee.com/rwing) GitFlow: add an option to keep branch after finish
|
||||||
|
|
|
@ -32,17 +32,10 @@
|
||||||
Grid.Row="0" Grid.Column="2"
|
Grid.Row="0" Grid.Column="2"
|
||||||
Margin="4,0,0,0"
|
Margin="4,0,0,0"
|
||||||
x:Name="txtName"/>
|
x:Name="txtName"/>
|
||||||
<TextBlock
|
|
||||||
Grid.Row="1" Grid.Column="0"
|
|
||||||
Margin="0,0,8,0"
|
|
||||||
x:Name="txtKeep"
|
|
||||||
HorizontalAlignment="Right"
|
|
||||||
Text="{StaticResource Text.GitFlow.KeepBranchAfterFinish}"/>
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
Grid.Row="1" Grid.Column="2"
|
Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2"
|
||||||
Margin="0,4,0,0"
|
|
||||||
x:Name="chkKeep"
|
x:Name="chkKeep"
|
||||||
IsChecked="False"
|
IsChecked="False"
|
||||||
/>
|
Content="{StaticResource Text.GitFlow.KeepBranchAfterFinish}"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
</controls:PopupWidget>
|
</controls:PopupWidget>
|
||||||
|
|
Loading…
Reference in a new issue