Added alias for git push

This commit is contained in:
Kris Lamoureux 2019-11-04 10:14:10 -05:00
parent 235453c390
commit e151cc6f78
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -23,6 +23,7 @@ alias 'gad'='git add . && git diff --cached'
alias 'gdiff'='git diff'
alias 'status'='git status'
alias 'pull'='git pull --rebase'
alias 'push'='git push'
alias 'branch'='git branch'
alias 'log'='git log'
alias 'checkout'='git checkout'