git은 간단한 업로드를 구현합니다.

1단계: 창고 초기화

git init

2단계: 업로드 URL 지정

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

3단계: 업로드된 프로젝트의 이름 지정

 git add laravel8

4단계: 업로드 설명

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

5단계: 단순 분기

git push origin master

Supongo que te gusta

Origin blog.csdn.net/QiZong__BK/article/details/126002102
Recomendado
Clasificación