117 views
Clone, Push, Pull === ## 在您的 GitLab 計劃的頁面裡 ## 步驟1 - Copy 複製 - 選擇「Clone」並複制 URL(使用 HTTPS 克隆) --- # 打開電腦的終端 Terminal ## 步驟2 - Clone 克隆 ``` git clone "您的 git 計劃 url" ``` ### 使用 Local 的 UI 界面添加您想要的內容 ## 步驟3 ``` cd xxx(您的計劃名稱) ``` ## 步驟4 - 拉 Pull ``` git pull ``` ## 步驟5 - 推 Push ``` git add . ``` ``` git commit -m "abc" ``` ``` git push ``` ### 例子 Example ![](https://user-images.githubusercontent.com/116076967/197130448-dc8a600e-5630-40a5-ab4b-2ef74b09f146.png) ![](https://i.imgur.com/w18pogb.png) --- <img align="left" height="40" src="https://m3.ypcloud.com/cms/jdi_cards_clouder_cms_6eae937bb7.png"> [Clouder Book](https://md.ypcloud.com/s/olcCfqYfn) ###### tags: `Clouder` > [雲耕隊](https://md.ypcloud.com/s/x2QXQKDcm) > [name=Allen]