I want to delete a branch from Atlassian Stash (a sort of github clone) in order to revert my changes. Please let me know what command will do this?
What I know is git branch –D prod-652
deletes the branch from local. How can I delete it from Atlassian Stash?