第三週上課心得整理 上課心得整理 在test的資料夾下,在cmd輸入git init,會使其資料夾中出現.git的檔案。 在test的資料夾下,創建myprogram.txt去Scite更改內容,每次更改完最好都要有清楚的commit的名稱,方便今後去更改到自己要使用的版本。(需要git add . 與 git commit -m " xxx" 與 git push )。 git checkout xxxxxxx 可用來切換版本 git init 讓資料夾出現.git檔案 Twitter Facebook Google+ Please enable JavaScript to view the comments. Show Comments