Local file upload Github operation

The folder to upload files locally

git init
git remote add origin https://github.com/Yunjia98Wu/Communication_Network_Project.git
Insert picture description here

git add .
git commit -m “message”
git branch -M main
git push -u origin main
Insert picture description here

Guess you like

Origin blog.csdn.net/fragile98/article/details/113108909