all repos

dotfiles @ ec61fdb044d882a33660bf5501895e8e9f9beb2c

i use rach linux btw
1 files changed, 1 insertions(+), 0 deletions(-)
git: add alias for fast switch to main and master branches
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-01-20 18:49:54 +0200
Parent: 26b8114
M gitconfig
ยทยทยท
        26
        26
             cm = commit -m

      
        27
        27
             sw = switch

      
        28
        28
             unfuck = reset HEAD~1 --soft

      
        
        29
        +    main = !git switch master 2>/dev/null || git switch main

      
        29
        30
         

      
        30
        31
         [interactive]

      
        31
        32
             diffFilter = delta --color-only