2023/11/18

This commit is contained in:
JIAL 2023-11-18 12:42:30 +08:00
parent a362ff291c
commit 27005abd8f
1 changed files with 5 additions and 2 deletions

View File

@ -18,5 +18,8 @@ git add --all
提交:提缓冲区的所有修改文件到仓库(如果修改了文件但是没有到仓库,是不会被提交的)
git commit -m "提交的说明"
推送到远程分支
git push origin master
推送到远程分支origin后面跟自己的分支
git push origin main
error: src refspec master does not match any
检查自己的分支名,不能推送给其他分支