https://github.com/katharostech/git-bisect-demo
A repo for demonstrating the use of git bisect.
https://github.com/katharostech/git-bisect-demo
Last synced: about 1 year ago
JSON representation
A repo for demonstrating the use of git bisect.
- Host: GitHub
- URL: https://github.com/katharostech/git-bisect-demo
- Owner: katharostech
- License: unlicense
- Created: 2020-05-19T21:07:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T00:03:01.000Z (about 6 years ago)
- Last Synced: 2024-04-14T09:04:24.765Z (about 2 years ago)
- Language: Shell
- Homepage: https://katharostech.com/post/using-git-bisect-to-find-buggy-commits
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-bisect-demo
A repo for demonstrating the use of git bisect.
Accompanies this blog post: [Using Git Bisect To Find Buggy Commits](https://katharostech.com/post/using-git-bisect-to-find-buggy-commits).
Find the buggy commit!