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.
I have the local repositores arranged in to multiple paths based on tasks I am performing but when I push the changes to remote it need to be in a different path structure. I can push the local to remote first time by changing the path of remote branch, but later my local branch disappears from list of avilable branches to sync.
How do I handle this?
Eg:
Fetched data from remote: dev/Sprint201/CustomCodeBase/
local branch dev/CustomCodeBase/JIRATICKET_2205
Now I can push 'dev/CustomCodeBase/JIRATICKET_2205' into remote branch dev/Sprint201/JIRATICKET_2205 by updating remote branch drop box while pushing for the first time.
However next time I try to push my local brach does not appear in the push list. If I rename my local branch to match my remote branch the it will appear in push list.
How do I resolve this issue?
If this is not the way it is supposed to work, what is the best approach to achive different local grouping that is different from remote in Sourcetree?