On 09/25/2012 04:24 AM, Jean-Marc Lasgouttes wrote:

Related question: are there reasons to use plain "git pull", or should I always add --rebase ?

As Lars said, sometimes you want to pull, but for the kind of stuff I do, mostly not. So I've done:
    git config --global alias.up "pull --rebase"
and now I can do
    git up
and it works kind of like "svn up".

Richard

Reply via email to