From 3f10ea4f3f6dd928c998cf1d39587f499e42062f Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 25 May 2025 09:42:51 +0200 Subject: [PATCH] added gitfuck for when you fuck a commit message --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 19f0666..0c05c96 100755 --- a/.zshrc +++ b/.zshrc @@ -152,6 +152,7 @@ alias gita="git add ." alias gitc="git commit -m" alias gitp="git push" alias gitg="git pull" +alias gitfuck="git commit --amend -m" function gitf() {