all repos

dotfiles @ e3f3b25

i use rach linux btw
1 files changed, 10 insertions(+), 1 deletions(-)
git: upgrade config
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-10-11 21:49:18 +0300
Parent: 3cd7769
M gitconfig
···
        20
        20
             defaultBranch = "main"

      
        21
        21
         

      
        22
        22
         [alias]

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

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

      
        24
        24
             pu = push

      
        25
        25
             l = log --oneline --decorate

      
        26
        26
             lg = log --oneline --graph --all

      ···
        33
        33
         

      
        34
        34
         [merge]

      
        35
        35
             conflictstyle = diff3

      
        
        36
        +

      
        
        37
        +[rerere]

      
        
        38
        +    enabled = true

      
        36
        39
         

      
        37
        40
         [diff]

      
        38
        41
             colorMoved = default

      ···
        59
        62
             plus-empty-line-marker-style  = syntax "#20303b"

      
        60
        63
             line-numbers-plus-style       = "#266d6a"

      
        61
        64
             line-numbers-zero-style       = "#3b4261"

      
        
        65
        +

      
        
        66
        +[column]

      
        
        67
        +    ui = auto

      
        
        68
        +

      
        
        69
        +[branch]

      
        
        70
        +    sort = -committerdate