1
0
Fork 0

bv to use -v{=>v}

* shortmaps (bv): Use -vv instead of -v.
master
Mike Gerwitz 2016-11-23 23:17:54 -05:00
parent 6cbf2bbbde
commit 2cf4c2e8a3
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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/*}" "$@"
bv _git_branch :branch -v
bv _git_branch :branch -vv
B _git_bisect :bisect
Bs _git_bisect :bisect start
Bg _git_bisect :bisect good