Git 常用语句
- - - - - http://www.cnblogs.com/cspku/articles/Git_cmds.html
git pull # 抓取远程仓库所有分支更新并合并到本地
git status
git add <file> # 将工作文件修改提交到本地暂存区
git push # push所有分支
Git [记录]
原文:http://www.cnblogs.com/caiCheryl/p/7591257.html