Added the -a flag to the gcm alias

This commit is contained in:
2022-01-25 19:55:25 -05:00
parent b0c8901b05
commit bd56bfa676

View File

@@ -181,7 +181,7 @@ alias g='git'
alias ga='git add'
alias gcb='git checkout -b'
alias gco='git checkout'
alias gcm='git commit -m'
alias gcm='git commit -a -m'
#alias gma() { git add . && git commit -m "$1" }
alias gp='git push'
alias gs='git status'