Git Clone 下載遠端資料
本地端複製數據庫
以下指令為 複製 “專案資料” 為 “新增專案資料”
git clone 專案資料夾名稱 新增加資料夾名稱
複製遠端數據庫
打開 github 找到 clone 按鈕,有兩種clone 網址 ,一種走ssh,一種走 https 複製HTTPS 網址
git clone https://github.com/sexfat/dd103.git 新建資料夾名稱

Last updated
Was this helpful?