TOPIC / CATEGORY
Notes in Tools & Workflow
5 articles

Making Pagefind Work in Astro Development
Why Pagefind can work in an Astro production build but fail during local development, and a small build-first workflow that keeps both environments predictable.

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...
