1 files changed,
2 insertions(+),
2 deletions(-)
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