Replies: 1 comment 4 replies
-
Trying to think through what is causing this. My two best guesses:
In general, we assume the remote tracking branch is set to the branch the user will push:
Git already pushes users this way by encouraging setting the remote when they do a Since I've not set my remote tracking branch like you (and haven't adopted fugutive), I would be interested in hearing what it gives users to do so. That can help weigh any decisions made. Moving forward, out options are
Any other options you can think of? |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hey! I've just started using this tool to simplify working with stacked branches and it looks promising.
One thing that is annoying me is that upon rebasing a stack, the remote tracking branches are changed and point to the remote branches under the same name. I have been setting my remote tracking branches to the parent branch to quickly see the status in
git log
and in https://github.com/tpope/vim-fugitive.Do you think we could avoid modifying the remote tracking branch to a given branch if it's already set?
Beta Was this translation helpful? Give feedback.
All reactions