Try   HackMD

gitHub -2 圖文解說-新增Repo-1

新增Repo

時間寶貴,事不宜遲馬上進入重點
註冊完畢之後這是自己首頁畫面

要上推git需先建立倉庫來存放
圖中紅色框框圈起來就是「Repo」,網路上大家俗稱的「倉庫」

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

進來到了倉庫間,這裡可以有很多間倉庫

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

看到下圖中紅色框框了嗎?
來吧 點下去new起來!

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

新增Repo時要填寫一些欄位
我覺得滿不錯的是,不會很囉唆才三步驟

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

設定完就準備去終端機輸入指令推上來囉

補充幾項欄位說明

Add .gitignore
被寫在該檔案內的檔名不會加入版本管理,
通常是寫入一些程式自動新增的管理檔案,或是包含帳號密碼的設定檔。

Public/Private
該專案儲存庫的隱私選項,
公開:任何網路上的人都可以看見你的專案,並且可以自由指定協作者;
私有:可以針對能看見的對象和協作對象做編輯。

Add .gitignore
GitHub的檔案管理功能,勾選後,系統會幫你生出一個隱藏檔案,
你可以將不想被追蹤、不想加入版本管理的檔案寫在裡面。

Choose a license
此為你的專案使用授權設定,
裡面有不同的license選項來告訴別人可以或不可以對你的檔案做什麼。

參考資料