Skip to content
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

Case-sensitive branch names are mixed up #2144

Closed
krisztianharmat opened this issue Feb 6, 2024 · 1 comment
Closed

Case-sensitive branch names are mixed up #2144

krisztianharmat opened this issue Feb 6, 2024 · 1 comment

Comments

@krisztianharmat
Copy link

If there are "Feature/something big" and "feature/something small" branches on the git server, then on the fork client other branches pull the lowercase feature to make it an uppercase Feature branch name, then after push there are two branches on the server will be created.
I have noticed that during checkout, if there is already a capitalized "Feature" branch name on the client, it finds it first and creates the fork in it, even though the name is "feature/something small" on the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants