Skip to content

osama-22/Hello-Git-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Bisect Example

Instructions

To run the demo:

git bisect start
git bisect bad
git bisect good HEAD~11
git bisect run mvn test

To display results in text form:

git bisect log

To display results in GitK:

git bisect visualize

To start over:

git bisect reset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages