all repos

dotfiles @ ae27392

i use rach linux btw
1 files changed, 1 insertions(+), 8 deletions(-)
git: updpate aliases
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-31 20:27:49 +0300
Parent: 49a469a
M gitconfig
ยทยทยท
        19
        19
             defaultBranch = "main"

      
        20
        20
         

      
        21
        21
         [alias]

      
        22
        
        -    a = add

      
        23
        22
             l = log --oneline --decorate

      
        24
        
        -    ll = log --graph --oneline --decorate --all

      
        25
        23
             s = status -sb

      
        26
        
        -    lg = log --stat

      
        27
        
        -    f = fetch

      
        
        24
        +    cm = commit -m

      
        28
        25
             sw = switch

      
        29
        
        -    cm = commit

      
        30
        
        -    p = pull

      
        31
        
        -    re = restore

      
        32
        
        -    r = rebase

      
        33
        26
         

      
        34
        27
         [interactive]

      
        35
        28
             diffFilter = delta