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

git 基本操作

时间:2015-03-30 17:48:45      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:

1、git init

2、git config --global user.name "[yourname]"

     git config --global user.email "[youremail]"

3、git add [-A/-u/-i]

4、git commit -m "[your message]"

5、git push -u [origin] [master]

 

6、git remote add [git address]

7、git clone [git address]

 

例外:生成ssh公钥命令如下:ssh-keygen -t rsa -C "[your email]" 然后一路回车即可

 

git 基本操作

标签:

原文地址:http://www.cnblogs.com/yako/p/4378445.html

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