Please, oh please, use git pull with rebase

This note was originally published on coderwall and makingco.de. When working on a project you usually synchronize your code by pulling it several times a day. What you might not know is that by typing you are actually issuing git fetch + git merge commands, which will result with an extra commit and ugly merge bubbles in your commit log (check […]