标签:
参考文档:http://blog.csdn.net/mchdba/article/details/12083965?utm_source=tuicool&utm_medium=referral
1、push
1) git status
2) git add
3) git commit -m "change reason"
4) git push
git常用操作
原文地址:http://www.cnblogs.com/ponpon7/p/5057812.html