Skip to content

Commit

Permalink
Merge pull request tj#163 from pitr/patch-1
Browse files Browse the repository at this point in the history
fix delete-branch to work with same-name tags
  • Loading branch information
tj committed Jan 27, 2013
2 parents e94413f + a06d552 commit 8eeed27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-delete-branch
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ branch=$1
test -z $branch && echo "branch required." 1>&2 && exit 1
git branch -D $branch
git branch -d -r origin/$branch
git push origin :$branch
git push origin :refs/heads/$branch

0 comments on commit 8eeed27

Please sign in to comment.