DEV Community

Discussion on: Avoiding the messy git history

Collapse
 
yaser profile image
Yaser Al-Najjar • Edited

Nice article, Vlatko!

We are a small team of 6 people at Coretabs Academy, and the first thing when we git is:

git config --global pull.rebase true

Long live git pull --rebase by default!

Collapse
 
vlaja profile image
Vlatko Vlahek

Thanks, Yaser, much appreciated.

Also, your example of setting this as the default is great.