Today I Learned

hashrocket A Hashrocket project

Git Bisect For Bug Tracking

The bisect command can be used to traverse your commit history to find where an unwaned behavior was introduced. If your current commit is broken, and you have a previous working commit, but there's lots of commits in between, bisect will help you navigate those commits in between to locate which commit added the unwanted behavior.

check out these docs

See More #git TILs