From cb25fd3a478a843f1b089a963945fe114e7188f1 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 13 Aug 2024 14:46:34 +0300 Subject: [PATCH] gita alias --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zshrc b/zsh/zshrc index 9f50418..4eefc49 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -51,6 +51,7 @@ alias df="df -h" # human-readable sizes alias free="free -m" # show sizes in MB alias np="nano -w PKGBUILD" alias gitu='git add . && git commit && git push' +alias gita='git add . && git commit --amend --no-edit && git push -f' alias g=git