Add git pull bash alias.

This commit is contained in:
Jeff Geerling
2014-08-07 13:29:00 -05:00
parent a7d79ea9e8
commit cbce99fc74
+1
View File
@@ -49,6 +49,7 @@ function pretty() {
# Git aliases.
alias gs='git status'
alias gc='git commit'
alias gp='git pull'
alias gcam='git commit -am'
alias gl='git log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit'
alias gsd='git svn dcommit'