Appearance
Git 用于记录代码和文档的变更历史。初学阶段先掌握少量命令即可。
git status git add . git commit -m "docs: update note" git log --oneline