项目作者: Ansh-Sarkar

项目描述 :
Forked for use as a template in CRIO Winter of Doing (CWoD). Crio Winter of Doing is a one of a kind program focused on bringing together budding engineering talent to work on challenging projects for the most exciting startups in the country.
高级语言: Java
项目地址: git://github.com/Ansh-Sarkar/hellogitworld.git
创建时间: 2021-01-20T16:46:03Z
项目社区:https://github.com/Ansh-Sarkar/hellogitworld

开源协议:

下载


Forked for use as a template in CRIO Winter of Doing (CWoD). Crio Winter of Doing is a one of a kind program focused on bringing together budding engineering talent to work on challenging projects for the most exciting startups in the country.

Git Bisect Example

Instructions

To run the demo:

  1. git bisect start
  2. git bisect bad
  3. git bisect good HEAD~11
  4. git bisect run mvn test

To display results in text form:

  1. git bisect log

To display results in GitK:

  1. git bisect visualize

To start over:

  1. git bisect reset