Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 488 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 488 Bytes

git-bisect-examples

This repository contains a example project showing the advantages of the git-bisect feature, as described in my article on labs.consol.de.

Contents

  • cake-factory: A sample spring boot web service containing some issues to find
  • simple-bisect: A reference how to manually use git-bisect
  • automated-bisect: A reference how to use automated bisect including a sample script