首页 > 其他 > 详细

Git使用

时间:2015-02-06 14:52:19      阅读:177      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!