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.
> 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