mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added the -a flag to the gcm alias
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user