Join the Stack Overflow Community
Stack Overflow is a community of 6.4 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

This question already has an answer here:

I have pushed two branches with same name but in different case one is in lowercase and other one is in upper case. I want to delete lowercase branch at remote. How can I do this?

E.g.:

release-TEST-ABC
release-test-abc

I want to delete release-test-abc at remote repository.

share|improve this question

marked as duplicate by Tim Castelijns, Mogsdad, Kyll, Yvette Colomb, Tunaki May 26 at 20:28

This question was marked as an exact duplicate of an existing question.

    
git is not case sensitive - just go ahead. – Thorbjørn Ravn Andersen May 25 at 11:54
    
i am worried about uppercase branch .. it should not get deleted at remote – Jitendra May 25 at 12:02
1  
git is case sensitive - just go ahead. – Ian Miller May 25 at 12:07
    
check it (stackoverflow.com/questions/17359978/…) this will help you! – CodeMaker May 25 at 12:13

Browse other questions tagged or ask your own question.