You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
SourceTree can push changes from local branch to remote branch fine.
But after renaming local branch, which causes local and remote branch have different name, then Push window no longer list those branches.
If change local branch name back, branch back to list in Push popup window.
Tested on latest SourceTree and embeded Git as of 1/21/2021.
I just had the same issue. The way I fixed it was:
git push --set-upstream remote-name new-branch-name
My renamed branch is now in listed in the push menu again
@Ryan Liu
Once I download the repo to my local machine. Any changes I make I push them using feature branch.
My feature branch can have any name of my choice.
Once in Git I always make sure I am inside the right branch before committing. Otherwise nothing will get pushed
What is the error you are getting?
Best,
Fadoua
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Fadoua,
No error. As said in the question, just renamed branch no longer listed in Push window.
Other tools like Git Extension has no such problem, it does not require local and remote branch to have same name.
Ocz, I can always do it in cmd line. I am reporting a SourceTree UI bug. Should easy to fix.
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.