Next Stop merging master 22

git-pull --rebase

“But git-pull is convenient and simple!”

“I don't want to change my workflow and do separate fetch and merge!”

        git config --global --add 'pull.rebase' 'true'
       [pull]
           rebase = true


Next Copyright © 2013 M. J. Dominus