all repos

dotfiles @ d547f3db83f277921b112b068ff6781cc3f6e2c8

i use rach linux btw
1 files changed, 0 insertions(+), 2 deletions(-)
git: remove aliases that i dont use
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-05 16:16:43 +0300
Parent: 59a080a
M gitconfig
ยทยทยท
                22
                22
                 

              
                23
                23
                 [alias]

              
                24
                24
                     push-force = push --force-with-lease

              
                25
                
                -    pu = push

              
                26
                25
                     l = log --oneline --decorate --graph --all

              
                27
                26
                     st = status -sb

              
                28
                
                -    cm = commit -m

              
                29
                27
                     sw = switch

              
                30
                28
                 

              
                31
                29
                 [interactive]