git clone https://github.com/vhreal/仓库名
git add *
git add <filename>
git commit -m "修改代码描述"
git push origin master(分支名字)
http://www.xbc.me/git-commands/
http://www.cnblogs.com/lee0oo0/archive/2013/06/28/3161829.html
http://blog.csdn.net/wxlinwzl/article/details/8663671
http://blog.chinaunix.net/uid-25806493-id-3328322.html
http://www.cnblogs.com/cspku/articles/Git_cmds.html
原文地址:http://blog.csdn.net/wtyvhreal/article/details/46129335