-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-rename-branch: add page #5950
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! But I don't even see why this tool is that useful, because git branch -m main
, for example, has always worked perfectly for me to change the current branch's name. 🤔
I think it just auto pushes it to upstream, does your command do that? |
Nope. It just changes it locally. I can see now why that would be useful, because configuring local vs. remote branches can be difficult! 😝 |
it actually doesn't set upstream.. and it doesn't push
|
Nevermind, it does change the name and push it, but only if the branch you are changing is already on origin |
Co-authored-by: marchersimon <[email protected]>
And with this, I would like to apply for collaborator, where do I ask? |
common/
,linux/
, etc.)For #5137