TOPIC / TAG
Notes in git
4 articles

Git Bisect for a Small Regression
Find the first bad commit with Git bisect, first manually and then with a narrow automated test.

Git Worktree for One Repository and Two Tasks
Use Git worktrees to keep a hotfix and ongoing feature open at the same time without cloning the repository twice.

Git Reflog After the Wrong Reset
Recover a local commit after an accidental reset by inspecting the reflog before moving another reference.

Essential Git: A Step-by-Step Tutorial for Beginners
Refer to Git - Downloads. Git categorizes configuration files based on their scope, with two commonly used levels: 1. Global configuration file for the current...
