github使用过程

早上突然想在github上面使用免费的仓库。然后随便琢磨了一下。

  1. 第一步创建账号。

  2. 配置shh

  3. 创建仓库

  4. 通过git拉代码 

  5. git clone https://github.com/lubby1990/helloWorld.git

     6.提交代码  git add .......

7.commit到本地的仓库   git commit -m "描述信息"

8.git fetch;git rebase origin/master

9.提交到github上面的仓库  git push origin  master


你可能感兴趣的:(github,SVN,开源,git)