git implements simple upload

Step 1: Initialize the warehouse

git init

Step 2: Specify the upload URL

git remote add origin https://gitee.com/sui-yuqi/asd.git

Step 3: Specify the name of the uploaded project

 git add laravel8

Step 4: Describe the upload

git commit -m "first commit,对上传进行简单描述"

Step 5: Simple branch

git push origin master

Guess you like

Origin blog.csdn.net/QiZong__BK/article/details/126002102