Skip to content

githubstudent/hellogitworld-1

 
 

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

Sample hellogitworld repo for GitHub Training classes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 52.9%
  • Groovy 43.6%
  • Shell 3.5%