summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander <a.kiryukhin@vk.team>2024-08-13 14:46:34 +0300
committerAlexander <a.kiryukhin@vk.team>2024-08-13 14:46:34 +0300
commitcb25fd3a478a843f1b089a963945fe114e7188f1 (patch)
tree13ae1edc5f0ef820a1bd706e8165bc0522d0e93f
parentbf3e6717e6c554815959b1ba5df823b2a46ca092 (diff)
gita aliasHEADmaster
-rw-r--r--zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
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