Skip to content

Maikell84/bisect-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bisect-demo

Repository to demonstrate the tool git bisect

This is for demonstrating the tool git bisect

Usage:

  • git bisect start to start bisect session
  • git bisect bad to indicate, that the bug is still present
  • git bisect good daf804357 to indicate, that the bug is not present on inital commit
  • Proceed to use bad and good until bug is found
  • git bisect reset to exit the current bisect session.

About

To demonstrate the tool git-bisect

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published