You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: