all repos

dotfiles @ 94f553b

i use rach linux btw
1 files changed, 2 insertions(+), 2 deletions(-)
git: change my commit name(spelling), update force push alias to shorter
one
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-08 15:08:13 +0300
Parent: c51774f
M gitconfig
···
                1
                1
                 # vim: ft=gitconfig

              
                2
                2
                 

              
                3
                3
                 [user]

              
                4
                
                -    name = Oleksandr Smirnov

              
                
                4
                +    name = Olexandr Smirnov

              
                5
                5
                     email = olexsmir@gmail.com

              
                6
                6
                     signingkey = ~/.ssh/id_ed25519.pub

              
                7
                7
                 

              ···
                21
                21
                     defaultBranch = main

              
                22
                22
                 

              
                23
                23
                 [alias]

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

              
                
                24
                +    pushf = push --force-with-lease

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

              
                26
                26
                     st = status -sb

              
                27
                27
                     sw = switch