1
0
Fork 0

bd- now accepts command-line arguments

master
Mike Gerwitz 2015-05-20 09:44:03 -04:00
parent 76d5d8b6b5
commit 8e377e9a39
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ A _git_add :add -A
AS : |git add -A && git stash
b _git_branch :branch
bd _git_branch :branch -d
bd- : |ref="$( git rev-parse --symbolic-full-name @{-1} )"; git branch -d "${ref#refs/heads/*}"
bd- : |ref="$( git rev-parse --symbolic-full-name @{-1} )"; git branch -d "${ref#refs/heads/*}" "$@"
bv _git_branch :branch -v
B _git_bisect :bisect
Bs _git_bisect :bisect start