## On a page of your GitLab projects ## Step 1 - Copy - Select "Clone" and copy the URL (Clone with HTTPS) --- # Open the Terminal of your computer ## Step 2 - Clone ``` git clone "your git project url" ``` ### Use local UI interface to add in content you want ## Step 3 ``` cd xxx(your project name) ``` ## Step 4 - Pull ``` git pull ``` ## Step 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://hackmd.io/@ypcloud-inc/book) ###### tags: `Clouder` > [Hi Clouders](https://hackmd.io/@ypcloud-inc/clouder) > [name=Allen]