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.
In git i can have branches with case sensitive names separated to folders using the slash syntax.
When i have the following branches:
SourceTree will just show one folder item with the "Branch" and hides the second branch. This is affecting remote branches also.
Tried to create a bug report, but i dont have the right to do it.
@cemoktraThis is very old issue, and as per Atlassian and community it is caused by file-system in operating system.
Have a look at this issue - https://jira.atlassian.com/browse/SRCTREE-1295
If above issue doesn't match your description, don't hesitate to log another in this project.
So how can git handle this but SourceTree not? It's really annoying when create a branch on the git bash with a small letters but there is folder with big letters existing, that sourcetree will add it to the big letter folder and create a big letter folder when pushing to remote.
I had duplicate branches and it took long to figure out why co worker and i did not see our commits
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It has something to do with git configuration, and server where you are keeping bare repositories.
I myself faced this issue, so decided to go with case insensitive.
More annoying part is, when change file names, like from abc from ABC, sourcetree doesn't recognize it.
We had to live through this.
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.