Tag: git
All the articles with the tag "git".
Allow list for tracking changes in git
Posted on:May 3, 2023Setting up an allow list instead of a block list for tracking file changes in git.
How to use git bisect
Posted on:April 13, 2022How to find which commit introduced a bug when you have nowhere else to turn.