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
If i work on a branch that is local only and doesn't exist on origin, git throws an error. Instead, it should just fetch the changes and not attempt a rebase.
Error output:
[8/10] Updating boxfish-playback
Fetching origin
There is no tracking information for the current branch.
Please specify which branch you want to rebase against.
See git-rebase(1) for details
git rebase <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> wip
ERROR: Failed to execute "git rebase --autostash" in "/Users/greg/Dev/prides/boxfish/boxfish-playback", exit code: 1
The text was updated successfully, but these errors were encountered:
If i work on a branch that is local only and doesn't exist on origin, git throws an error. Instead, it should just fetch the changes and not attempt a rebase.
Error output:
[8/10] Updating boxfish-playback
Fetching origin
There is no tracking information for the current branch.
Please specify which branch you want to rebase against.
See git-rebase(1) for details
If you wish to set tracking information for this branch you can do so with:
ERROR: Failed to execute "git rebase --autostash" in "/Users/greg/Dev/prides/boxfish/boxfish-playback", exit code: 1
The text was updated successfully, but these errors were encountered: