Search This Blog

Thursday, November 10, 2011

HowTo: Git delete remote branches

git ready » push and delete remote branches

git branch -a
git push origin :branchtodelete
git branch -d branchtodelete

Everyone thinks the command should be: git branch -d remote/origin/branchtodelete

No comments:

Post a Comment