GitGit 下载https://git-scm.com/ 常用命令git init 版本库初始化 git add . 添加至暂存区 git commit -m 'fist' 从暂存区存到仓储区 git checkout -b d