Git & Git Hub

Posted 西瓜甜

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git & Git Hub相关的知识,希望对你有一定的参考价值。

…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项目的代码初始化此存储库。

 

image

 

image

 

image

 

image

 

 

 

手动设置连接 GitHub 方式

image

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

底部

以上是关于Git & Git Hub的主要内容,如果未能解决你的问题,请参考以下文章

git第十节--git hub

git hub 第一篇

利用Git hub创建博客

git hub 的使用步骤

Eclipse 4.5.2 Mars 中配置Git 并提交项目到Git hub

git hub 操作步骤备忘