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
dialog.showForm('Are you sure you want to update the local branch <b><i>'+escapeHtml(refName)+'</i></b> with the latest changes from <b><i>'+escapeHtml(this.gitRemotes[0]+'/'+refName)+'</i></b>?',[{
dialog.showError('Cannot pull branch <b><i>'+escapeHtml(refName)+'</i></b> because it is not tracking a remote branch. You may need to set an upstream branch first.','Pull Branch',null,null);
1359
+
return;
1360
+
}
1361
+
dialog.showForm('Are you sure you want to update the local branch <b><i>'+escapeHtml(refName)+'</i></b> with the latest changes from <b><i>'+escapeHtml(trackingRemote+'/'+refName)+'</i></b>?',[{
0 commit comments