You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug that would cause multiple of the same files to be shown.
repo title now shows branch you're on
app logs get saved in Windows ProgramData
can now create new branches the push to remotes
auto refresh wont get stuck if creds arn't set up
if(!string.IsNullOrEmpty(errors)&&!errors.Contains("To create a merge request for"))//NOTE: this ignores false positive noise errors that come from GitLab
<ButtonName="addBranchButton"HorizontalAlignment="Left"VerticalAlignment="Top"Margin="100,85,-100,10"Width="75" ToolTip.Tip="Add new branch based off 'Active'?">Add</Button>
<ButtonName="addTrackingButton"HorizontalAlignment="Left"VerticalAlignment="Top"Margin="100,250,-100,-250"Width="75" ToolTip.Tip="Copy tracking from 'Other' remote branch into 'Active'">*Add</Button>
19
+
<ButtonName="copyTrackingButton"HorizontalAlignment="Left"VerticalAlignment="Top"Margin="100,250,-100,-250"Width="75" ToolTip.Tip="Copy tracking from 'Other' remote branch into 'Active' branch">Copy</Button>
21
20
<ButtonName="removeTrackingButton"HorizontalAlignment="Left"VerticalAlignment="Top"Margin="180,250,-180,-250"Width="75" ToolTip.Tip="Remove tracking from 'Active' branch">Remove</Button>
22
21
22
+
<TextBlockName="newBranchLabel"FontSize="18"Margin="0,320,0,0"HorizontalAlignment="Center"VerticalAlignment="Top">--- Create New Branch ---</TextBlock>
23
+
<ButtonName="addBranchButton"HorizontalAlignment="Left"VerticalAlignment="Top"Margin="100,360,-100,-360"Width="75" ToolTip.Tip="Add new branch based off 'Active'?">Add</Button>
0 commit comments