Accidently a branch has been created in my repository .... i want to delete that branch... and i should come back to my old repository...please help me out...thanks in advance
Community moderators have prevented the ability to post new answers.
You can use this command to delete the remote branch:
git push origin :branch_name
Hope that helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.