all repos

dotfiles @ d0ed79ba00c30d590fc0214285f1c3d6d4dc5f95

i use rach linux btw
1 files changed, 1 insertions(+), 0 deletions(-)
gitconfig: add additional alias for log
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-01-15 13:11:18 +0200
Parent: 5ca7675
M gitconfig
ยทยทยท
                18
                18
                 [alias]

              
                19
                19
                     a = add

              
                20
                20
                     l = log --oneline --decorate

              
                
                21
                +    ll = log --graph --oneline --decorate --all

              
                21
                22
                     s = status -sb

              
                22
                23
                     lg = log --stat

              
                23
                24
                     f = fetch