From 94f553b83f138347dd77d962a8f775acd73375c4 Mon Sep 17 00:00:00 2001 From: Olexandr Smirnov Date: Tue, 8 Jul 2025 15:08:13 +0300 Subject: [PATCH] git: change my commit name(spelling), update force push alias to shorter one --- gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index ef825b9..67dc0dc 100644 --- a/gitconfig +++ b/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 @@ 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