常用 Git 命令分组速查,支持搜索与一键复制
Git 有四个区域:工作区(改代码)→ 暂存区(git add)→ 本地仓库(git commit)→ 远程仓库(git push)。理解数据流向是掌握 Git 的关键。