Added --rebase option to "git pull" alias

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

View File

@ -22,7 +22,7 @@ alias 'sw'='cd /home/$USER/software && clear'
alias 'gad'='git add . && git diff --cached'
alias 'gdiff'='git diff'
alias 'status'='git status'
alias 'pull'='git pull'
alias 'pull'='git pull --rebase'
alias 'branch'='git branch'
alias 'log'='git log'
alias 'checkout'='git checkout'