git: add aliases for branches
This commit is contained in:
parent
12217bc70b
commit
ad8dd02a4e
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
[alias]
|
||||
b = branch
|
||||
bv = b -vv
|
||||
ba = bv --all
|
||||
cm = commit --verbose
|
||||
co = checkout
|
||||
l = log --graph --format='%C(auto)%h%d %s %C(6)%ad'
|
||||
|
|
Loading…
Add table
Reference in a new issue