~/leohuynh.dev/topics/git
#git
Posts and snippets tagged #git.
rss feed ↗posts
Git worktree: one repo, many working directories
How git worktree lets you check out multiple branches at the same time — and why it became essential the day I wanted several AI coding agents working on one repo in parallel.
Introduction to Committing with Conventional Commit
Conventional commit is a specific form of committing which gives software developers a uniform system for organizing and describing their changes, making it easier to keep track of updates
Key notes while working with git
Key notes to save plenty of time while working with git for command-line-developer