summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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