Last Updated: February 25, 2016
·
524
· bionix

Git tip - git pull always with "--rebase" - option

# setup rebase for every tracking branch
$ git config --global branch.autosetuprebase always