github使用過程

早上忽然想在github上面使用免費的倉庫。而後隨便琢磨了一下。git

  1. 第一步建立帳號。github

  2. 配置shhshell

  3. 建立倉庫fetch

  4. 經過git拉代碼 code

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

     6.提交代碼  git add .......it

7.commit到本地的倉庫   git commit -m "描述信息"ast

8.git fetch;git rebase origin/masterclass

9.提交到github上面的倉庫  git push origin  master配置

相關文章
相關標籤/搜索