TIL articles with the tag "git" so far.
git
-
Uncovering valuable insight with git log
Posted on: October 23, 2023Working on a large codebase for the first time can be intimidating. If only there is a way to quickly scan the most important files...
open-source git
-
Using git bisect to find the one bad commit
Posted on: October 26, 2023Commits may break things. But you might not notice it right away and push more commits. With git bisect you'll find the bad commit in no time.
git