This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/GitHub.VisualStudio/Views/Dialog Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555 </Border >
5656 <Border Style =" {StaticResource ItemBorder}" >
5757 <DockPanel >
58- <CheckBox IsChecked =" {Binding AddUpstream}" />
59- <TextBlock TextWrapping =" Wrap" >
58+ <CheckBox IsChecked =" {Binding AddUpstream}" />
59+ <TextBlock TextWrapping =" Wrap" >
6060 Add an <Run Style =" {DynamicResource {x:Static markdig:Styles.CodeStyleKey}}" >upstream</Run > remote pointing to
6161 <Hyperlink ><Run Text =" {Binding SourceRepository.CloneUrl, Mode=OneWay}" /></Hyperlink >
6262 </TextBlock >
6363 </DockPanel >
6464 </Border >
6565 <Border Style =" {StaticResource ItemBorder}" >
6666 <DockPanel >
67- <CheckBox IsChecked =" {Binding AddUpstream }" />
67+ <CheckBox IsChecked =" {Binding ResetMasterTracking }" />
6868 <TextBlock TextWrapping =" Wrap" >
69- Reset the <Run Style =" {DynamicResource {x:Static markdig:Styles.CodeStyleKey}}" >master</Run > branch to
69+ Set the <Run Style =" {DynamicResource {x:Static markdig:Styles.CodeStyleKey}}" >master</Run > branch to track
7070 <Run Style =" {DynamicResource {x:Static markdig:Styles.CodeStyleKey}}" >upstream/master</Run >
7171 </TextBlock >
7272 </DockPanel >
You can’t perform that action at this time.
0 commit comments