https://github.com/kevboh/git-bisect-demo
*slaps roof of repo* this bad boy can hold so many commits
https://github.com/kevboh/git-bisect-demo
Last synced: 3 months ago
JSON representation
*slaps roof of repo* this bad boy can hold so many commits
- Host: GitHub
- URL: https://github.com/kevboh/git-bisect-demo
- Owner: kevboh
- Created: 2018-08-02T16:18:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T16:21:20.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T19:15:38.397Z (over 1 year ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Bisect Finds Yr Bugs
`git bisect start`
Mark your current commit (or any other hash) as bad:
`git bisect bad`
Mark the first good commit in history:
`git bisect good `
Enjoy! When done,
`git bisect reset`
<3