迷你壳 描述 文献资料 组织回购: : 资源 文件 测试人员 工作流程 去做 工作流程 使用fork和MR为项目做贡献 Git工作流程 :backhand_index_pointing_down: 在工作分支上,提交我要在主分支上进行的更改: $ git add $ git commit -m " message " $ git checkout main //go to main to fetch this commit 从工作分支到主分支的提货提交 $ git reflog //copy your commit ID $ git cher