git: add aliases for branches

This commit is contained in:
Fernando Schauenburg 2023-01-31 11:44:09 +01:00
parent 12217bc70b
commit ad8dd02a4e

View file

@ -1,4 +1,7 @@
[alias] [alias]
b = branch
bv = b -vv
ba = bv --all
cm = commit --verbose cm = commit --verbose
co = checkout co = checkout
l = log --graph --format='%C(auto)%h%d %s %C(6)%ad' l = log --graph --format='%C(auto)%h%d %s %C(6)%ad'