all repos

dotfiles @ 3112182

i use rach linux btw
1 files changed, 3 insertions(+), 1 deletions(-)
git: update aliases
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-06-15 20:18:14 +0300
Authored at: 2024-06-15 20:12:08 +0300
Parent: 62a3c98
M gitconfig
ยทยทยท
        20
        20
             defaultBranch = "main"

      
        21
        21
         

      
        22
        22
         [alias]

      
        
        23
        +    push-fwl = push --force-with-lease

      
        23
        24
             l = log --oneline --decorate

      
        24
        
        -    s = status -sb

      
        
        25
        +    lg = log --oneline --graph --all

      
        
        26
        +    st = status -sb

      
        25
        27
             cm = commit -m

      
        26
        28
             sw = switch

      
        27
        29