An open API service indexing awesome lists of open source software.

https://github.com/kevboh/git-bisect-demo

*slaps roof of repo* this bad boy can hold so many commits
https://github.com/kevboh/git-bisect-demo

Last synced: 3 months ago
JSON representation

*slaps roof of repo* this bad boy can hold so many commits

Awesome Lists containing this project

README

          

# Git Bisect Finds Yr Bugs

`git bisect start`

Mark your current commit (or any other hash) as bad:

`git bisect bad`

Mark the first good commit in history:

`git bisect good `

Enjoy! When done,

`git bisect reset`

<3