How to delete a Git branch both locally and remotely?
To delete the local branch use:
To delete the remote branch use:
References
- http://stackoverflow.com/questions/2003505/how-to-delete-a-git-branch-both-locally-and-remotely
Categories :
Programming
Git