Skip to content

takedawilliam/git-bisect-exercise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git bisect exercise

Original Repo.

This is my implementation for the bonus exercise of the project

I added an automation script for finding the bad commit

How to use

git clone git@github.com:lbkvu/git-bisect-exercise.git
cd git-bisect-exercise
chmod +x automate-git-bisect.sh test_result.sh
./automate-git-bisect.sh

The script accepts none or 1 argument. The argument is a good commit ID.

If no argument is passed, the script picks the 1st commit ID as a good commit ID.

About

Git bisect exercise.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.8%
  • Python 37.2%