Git pull does rebase

pull/2/head
Bodaniel Jeanes 2009-09-27 10:48:04 +10:00
parent be40ac41ee
commit a16eb3ae8f
1 changed files with 1 additions and 1 deletions

2
gitrc
View File

@ -2,7 +2,7 @@ source ~/.git-completion
# Dr Nic Compatibility Mode
alias gst='git status'
alias gl='git pull'
alias gl='git pull --rebase'
alias gp='git push'
alias gpa='git push-all' # see [alias] in ~/.gitconfig
alias gd='git diff | mate'