mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
gitconfig: add additional alias for log
This commit is contained in:
parent
5ca7675e17
commit
d0ed79ba00
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
[alias]
|
[alias]
|
||||||
a = add
|
a = add
|
||||||
l = log --oneline --decorate
|
l = log --oneline --decorate
|
||||||
|
ll = log --graph --oneline --decorate --all
|
||||||
s = status -sb
|
s = status -sb
|
||||||
lg = log --stat
|
lg = log --stat
|
||||||
f = fetch
|
f = fetch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue