Skip to content

zconnelly13/gambler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gambler

An example repository for demonstrating the power of git-bisect.

How To

  1. Recognize problem
  2. Write regression test
  3. git bisect start
  4. git bisect bad
  5. git bisect good $(git rev-list HEAD | tail -n 1)
  6. git bisect run nosetests
  7. git bisect reset

About

Example repo for gambling karma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published