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
I guess git-up will look for a branch on remote with the same name of the currently checked–out local branch, instead of reading the tracking info (that is set with --set-upstream).
The text was updated successfully, but these errors were encountered:
Instead of checking every local <branch>, if <remote>/<branch>
exists, we now use tracking information to find out, where to
pull the changes from. This closes#6 and also fixesaanand/git-up#52.
I guess
git-up
will look for a branch on remote with the same name of the currently checked–out local branch, instead of reading the tracking info (that is set with--set-upstream
).The text was updated successfully, but these errors were encountered: