gita alias

This commit is contained in:
Alexander 2024-08-13 14:46:34 +03:00
parent bf3e6717e6
commit cb25fd3a47
No known key found for this signature in database

View file

@ -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