Updated git pull to use --rebase.
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ function pretty() {
|
||||
# Git aliases.
|
||||
alias gs='git status'
|
||||
alias gc='git commit'
|
||||
alias gp='git pull'
|
||||
alias gp='git pull --rebase'
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user