I haven't seen it mentioned yet, would be nice addition to the post: it can be automated!
git config --global pull.rebase true
et voila, all git pull are implicitly git pull -r.
git pull
git pull -r
I haven't seen it mentioned yet, would be nice addition to the post: it can be automated!
et voila, all
git pull
are implicitlygit pull -r
.