Category Archives: GIT

git v.s. mercurial

A few notes from these two comparison articles (Art 1, Art 2): The biggest non-technical difference between git and mercurial is the rabid culture surrounding git. mercurial users fairly happily and quietly use their tool, while I’ve had to send … Continue reading

Posted in GIT | Leave a comment

GIT Version Control, Cheat Sheet

…just a collection of tricks to use git: Setup with google code make sure you choose user.name@gmail.com and use the prescribed password. This can be cached in ~/.netrc Multiple ways to restore history A coworker actually managed to delete my … Continue reading

Posted in GIT | Leave a comment