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

Git使用

时间:2015-02-06 14:53:07      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:

1.官网下载:这里

2.产生密钥:

ssh-keygen -t rsa -C "1047210553@qq.com"     #git set ssh rsa
cat ~/.ssh/id_rsa.pub                        #git cat id_rsa.pub

3.常用操作:

git clone git@192.168.100.22:LT_Installer/LT_Flash.git     #克隆

git add .     #添加

git commit -a     #提交

git push     #上传

git pull    #下载

git sync   #同步

 

Git使用

标签:

原文地址:http://www.cnblogs.com/ht-927/p/4277055.html

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