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