# Git & Github ``` // 初始化 git init // 檔案入暫存 // 檔案== . 加入資料夾底下檔案 git add 檔案 // 加入說明 git commit -m "Commit 說明" ```