top | item 11144648

(no title)

gechr | 10 years ago

Note that

  git config --global pull.rebase true
was added in v1.7.9 - if you're using an earlier version of Git for whatever reason, the config you should be setting is

  git config --global branch.autosetuprebase always

discuss

order

No comments yet.