☃ pitr
a06d552933
fix delete-branch to work with same-name tags
...
when there's a tag and a branch with the same name, git errors out with
`error: dst refspec MY_BRANCH matches more than one.`
git-delete-tag is not affected by this bug
2013-01-24 13:16:08 -05:00
Alexander Krasnukhin
670f531717
Delete branch on origin even if it wasn't locally fetched yet.
...
fix #144
2012-11-18 03:39:42 +01:00
David Baumgold
3e3b4c918c
Send error messages to stderr instead of stdout
2012-01-25 11:52:08 -05:00
Jonhnny Weslley
f235670a3e
adopting uniq code style across multiple scripts: variables assignments, arguments validation and core logic. This style reduces if statements usage and makes code easier to understand. :D
2010-11-25 16:23:38 -03:00
Tj Holowaychuk
c9540edc9e
Added -d -> -D. Closes #15
2010-10-25 14:03:41 -07:00
Gert Van Gool
ce43c42087
Don't fail if the local branch doesn't exist
2010-09-10 08:19:27 -07:00
Gert Van Gool
a3cbb7df9a
Also delete the remote branch
2010-09-10 08:19:27 -07:00
Aggelos Orfanakos
183efac185
Delete remote branch only if local was deleted
2010-08-27 10:41:28 -07:00
Aggelos Orfanakos
b8c9f0e423
Use -d to avoid deleting an unmerged branch by accident
2010-08-27 10:41:05 -07:00
Tj Holowaychuk
4dc99404ac
Added git-delete-branch
2010-08-10 21:13:59 -07:00