git: change my commit name(spelling), update force push alias to shorter

one
This commit is contained in:
Olexandr Smirnov 2025-07-08 15:08:13 +03:00
parent c51774f030
commit 94f553b83f
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
# vim: ft=gitconfig
[user]
name = Oleksandr Smirnov
name = Olexandr Smirnov
email = olexsmir@gmail.com
signingkey = ~/.ssh/id_ed25519.pub
@ -21,7 +21,7 @@
defaultBranch = main
[alias]
push-force = push --force-with-lease
pushf = push --force-with-lease
l = log --oneline --decorate --graph --all
st = status -sb
sw = switch