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

git

时间:2016-11-24 19:27:25      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:创建   microsoft   git   commit   class   add   git add   repo   sof   

CMD命令
git init
git add . 【添加文件至暂存区
git commit -m ‘描述性语句 随意写即可
git branch gh-pages 【创建仓库分支
git checkbox gh-pages 【切换分支
(在github中新建repository)SHH 方式
git remote add origin git@github.com
git push -u origin gh-pages

 

git

标签:创建   microsoft   git   commit   class   add   git add   repo   sof   

原文地址:http://www.cnblogs.com/song-peng/p/6098599.html

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