将本地文件夹push到远端GitHub仓库
git initgit branch -M maingit add .git commit -m "first commit"git remote add origin https:...(http这改为要上传的远端仓库的路径)git push -u origin main转载请注明出处
git initgit branch -M maingit add .git commit -m "first commit"git remote add origin https:...(http这改为要上传的远端仓库的路径)git push -u origin main