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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
I ran the git step via topgrade targeting a repo where I recently created a local branch for some work in progress. This branch was never pushed to the remote. I expected topgrade to 1) fetch all other branches and 2) consider this branch up-to-date, as there can be no more recent refs for a branch that only exists locally.
What actually happened?
Topgrade fails with an error, where git complains that my local branch has no tracking information.
There is no tracking information for the current branch.
Please specify which branch you want to rebase against.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> bence/my-local-branch
Additional Details
Which operating system or Linux distribution are you using? macOS
How did you install Topgrade? brew
Which version are you running? Topgrade 9.0.1
The text was updated successfully, but these errors were encountered:
What did you expect to happen?
I ran the git step via topgrade targeting a repo where I recently created a local branch for some work in progress. This branch was never pushed to the remote. I expected topgrade to 1) fetch all other branches and 2) consider this branch up-to-date, as there can be no more recent refs for a branch that only exists locally.
What actually happened?
Topgrade fails with an error, where git complains that my local branch has no tracking information.
Additional Details
The text was updated successfully, but these errors were encountered: