git提交代码流程
?
注意事项:
(1)修改文件之前,一定要先git pull,保证修改的是最新的版本;
(2)git push之前一定要先git pull,因为可能别人修改相同的文件并已commit,应该merge过来,一并push
(3)git commit 和git push时都要diff,确认修改的内容是自己要修改的
Git 提交代码流程
原文:http://hw1287789687.iteye.com/blog/2221759