DEV Community

Jonas Samuelsson
Jonas Samuelsson

Posted on

git rebase on pull

One way of getting a more linear history in git is to do rebase on pull.
Run git config --global pull.rebase true to set this globally.

Top comments (0)