We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55da62f commit f386de7Copy full SHA for f386de7
GitTfsDialog.cs
@@ -91,6 +91,7 @@ private void PullButtonClick(object sender, EventArgs e)
91
_settings.PullSetting = PullSetting.Fetch;
92
_commands.StartGitTfsCommandProcessDialog("fetch", "--remote " + TfsRemoteComboBox.Text);
93
}
94
+ this.Close();
95
96
97
private void InitializePush()
0 commit comments