Replies: 1 comment
|
okay, i did look at discussions, but didn't look at PRs… #344 seems promising on the issue maybe? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When working between workspaces (i.e. different clients), I sometimes get this:
and i find myself doing the following:
for b in LIST OF BRANCHES HERE ; do (git checkout $b && git reset --hard upstream/$b); donethat is, just resetting the local branches to the remote.
I had to do this on each client that was out of sync.
Is there a better way to do this?
maybe "would it work if you used the upstream version" could be offered as a suggestion?
But, love the stacks… 🥞
All reactions