# Show remote branches tracked
git branch -r
# Delete one by one
git branch -d -r origin/branch
# Delete with one swoop
git remote prune origin
Showing posts with label delete. Show all posts
Showing posts with label delete. Show all posts
Friday, November 20, 2009
Delete remote tracking branch in git
Subscribe to:
Posts (Atom)