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

Git & Git Hub

时间:2017-06-17 14:18:19      阅读:613      评论:0      收藏:0      [点我收藏+]

标签:uri   底部   imp   initial   使用   border   one   pad   ...   

…or create a new repository on the command line

echo "# hello-world" >> README.md
  git init
  git add README.md
  git commit -m "first commit"
  # https 方式提交
  # git remote add origin https://github.com/sharkgit1976/hello-world.git
  # SSH 方式提交
  git remote add origin git@github.com:sharkgit1976/hello-world.git
  git push -u origin master
  # 配置好密钥方式提交后,可以不用输入用户名和密码了
  git push  origin master
 
…or push an existing repository from the command line

git remote add origin git@github.com:sharkgit1976/hello-world.git
  git push -u origin master
 
…or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.
  ...或从另一个存储库导入代码
您可以使用Subversion,Mercurial或TFS项目的代码初始化此存储库。

 

技术分享

 

技术分享

 

技术分享

 

技术分享

 

 

 

手动设置连接 GitHub 方式

技术分享

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

底部

Git & Git Hub

标签:uri   底部   imp   initial   使用   border   one   pad   ...   

原文地址:http://www.cnblogs.com/xiguatian/p/7040033.html

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