Drink or code ... Why should you choose ?

Merge and Rebase

If you've already started working with a team on a project manage by GIT, you've probably already fallen on a commit like this one . Merge branch 'master' of github.com:lyonrb/lyonrb The question everybody can be asking is "WTF? We're on mast...

Do you fetch or pull ?

I'm used to, when I want to update my local git repository with the distant one, to use git pull . It works well. Until ... A few days ago, I wanted to release the version 1.0.0 of jesus . And to do so, I wanted to update the documentation . ...