码迷,mamicode.com
首页 > 其他好文 > 详细

git 常用命令

时间:2017-01-05 19:04:53      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:git   git clone   git checkout   git pull   git commit   git push   

#下载代码

git clone http://12.git

#切换分支

git checkout develop

#更新代码

git pull

#提交.所有  #撤销提交

git add .   git reset .

#写注释

git commit -m‘注释‘

#提交远程分支

git push origin develop

#更新分支列表

git fetch origin --prune

git 常用命令

标签:git   git clone   git checkout   git pull   git commit   git push   

原文地址:http://jinliang.blog.51cto.com/8981814/1889282

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!