Tuesday, 7 June 2016

command to delete remote branch from git

Here is the command to delete branch from remote repo in git


> git push origin --delete <Branch name>


This will delete branch from local machine as well as remote repo.

Thank You,
Uma Mahesh.
 

No comments:

Post a Comment