git-tips / tips

Most commonly used git tips and tricks.
http://git.io/git-tips
MIT License
21.39k stars 1.7k forks source link

Add alternative for rebase on pulls (git < 1.7.9) #126

Closed ankurk91 closed 8 years ago

ankurk91 commented 8 years ago

Git v1.7.9+ re-commands this command instead -

git config --global branch.autosetuprebase always

https://coderwall.com/p/tnoiug/rebase-by-default-when-doing-git-pull

Thanks