all repos

dotfiles @ 94f553b

my dotfiles
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,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 @@ [init]

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