Hi all,
my team has created two branches:
1st Featurebranch
and 2nd
FeatureBranch
both are on the different commit.
Since BitBucket is installed on Windows (it was not up to me) what I have now is that on Windows in the folder HOME/shared/data/repositories/ID/refs/heads has only one file:
Featurebranch
This stops me from deleting the branch FeatureBranch, since system in complaining about that the branch was updated.
How do I fix this? I "just" want to delete FeartureBranch and keep Featurebranch.
Perhaps you could enable case-sensitivity for the BitBucket folder, if you have permission. See the web article How to Enable Case Sensitive File and Folder Names on Windows 10 .
Alternatively, maybe you can configure git to be case-insensitive and fix the naming that way. See the BitBucket knowledgebase article Case-sensitivity in branch name causes issue .
Another suggestion, if you own the branch: locally, create a new branch with the correct name, delete the old one in BitBucket, and push the correctly-cased one.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.