分散式版本控制系統
Git 的分支是輕量級指標,指向特定 commit。常見操作:
git branch feature-x
git checkout feature-x
git merge feature-x
git rebase main