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

git

时间:2018-07-29 19:02:45      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:add   you   coding   rsa   git init   .com   init   rem   config   

$ cd ~/.ssh

$ ssh-keygen -t rsa -C "your@example.com"

$ cat ~/.ssh/id_rsa.pub

$ ssh -T git@git.coding.net

 

$ git config --global user.email "your@example.com"

$ git config --global user.name "username"

 

$ git init

$ git remote add origin git@git.coding.net:username/library.git

$ git pull origin master

 

$ git add .

$ git commit -m "commit"

$ git push origin master

git

标签:add   you   coding   rsa   git init   .com   init   rem   config   

原文地址:https://www.cnblogs.com/notice/p/9386008.html

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