分類 Git

常用 Git 指令介紹

常用指令 git init 執行資料夾加入版本控制功能,建立空的本地端 Repository。 git clone [Repository URL]下載遠端的 Repository 檔案到本地端。 git status 檢查本…