git_开发流程 ChasingTheDawn 2019-10-15 89 阅读1分钟 git命令 git clone :拉取remote repo 提交流程: git add -- git commit -- git push git status 查看状态 现有开发流程 fork -- 在fork repo改动 -- merge request 如果冲突: git pull remote repo 再修改 再merge request