Skip to content

Instantly share code, notes, and snippets.

@citizen428
Created July 9, 2018 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save citizen428/d80129b005dfc02124f3890b90d92cee to your computer and use it in GitHub Desktop.
Save citizen428/d80129b005dfc02124f3890b90d92cee to your computer and use it in GitHub Desktop.
git bisect start # starts the bisecting session
git bisect bad # marks the current revision as bad
git bisect good revision # marks the last known good revision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment