Hacker News new | ask | show | jobs
by tlrobinson 6457 days ago
Git itself is growing on me.

GitHub is just awesome, especially for open source projects. (of course I say this just as GitHub goes down for the first extended period of time since I started using it)

"git bisect run" is incredibly cool for tracking down when a bug was introduced: http://tlrobinson.net/blog/?p=51

1 comments

Mercurial also has bisect, FWIW.