工作中常用的几个git命令

git clone 复制 git
git add -A 修改全部
git commit -m '提示' 提交 中转站
git push origin master 提交至服务器
git pull 与当前唯一分支合并
git status 状态

具体其他的使用可以看一些教程http://www.yiibai.com/git/git_pull.html

你可能感兴趣的:(git)