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
A new coworker is prefixing branches with bugFix/ instead of bugfix/ and this drives Fork crazy. If I create branch bugfix/foo and press Commit & Push then it gets pushed to bugFix/foo and then there will be a yellow triangle at the corner of the icon, indicating that there are no remote branches for this. It is also offering to "push and create pull request" since it thinks that there is no remote branch.
The text was updated successfully, but these errors were encountered:
If I create branch bugfix/foo and press Commit & Push then it gets pushed to bugFix/foo
To fix the problem you must remove all branches with wrong capitalization and then create them again with correct capitalization. You man need to create temporary branches first to do that.
A new coworker is prefixing branches with
bugFix/
instead ofbugfix/
and this drives Fork crazy. If I create branchbugfix/foo
and pressCommit & Push
then it gets pushed tobugFix/foo
and then there will be a yellow triangle at the corner of the icon, indicating that there are no remote branches for this. It is also offering to "push and create pull request" since it thinks that there is no remote branch.The text was updated successfully, but these errors were encountered: