介紹
使用指令下載github內的程式碼非常方便,趕快學一下如何使用,你也不用記指令怎麼打教你怎麼快速取得指令說明。
教學
必須安裝git
https://git-scm.com/
推薦git教學文章
切換到要下載的目錄
Windows 作業系統示範
cd c:\mycode
不想記指令沒關西! 只需要help
git help
你可以看到 clone這個說明,如果英文不懂就複製到google翻譯看就可以知道再說什麼。
找一個想要得程式碼
我想練習javascript 所以找了javascript。
https://github.com/dustinhsiao21/Javascript30-dustin
輸入下載指令
git clone https://github.com/dustinhsiao21/Javascript30-dustin.git