1
2
3
4
1、add 加入本地
2、commit 提交到本地 (不要用commit push)
3、pull 从git服务器下载,并解决冲突
4、push 提交到git服务器