upload repo code to github using
2021-11-02 本文已影响0人
啊啊啊啊啊1231
1- git init
2- git add .
3- git commit -m "Add all my files"
4- git remote add origin https://github.com/USER_NAME/FOLDER_NAME
5-git remote -v
6-git push origin master
1- git init
2- git add .
3- git commit -m "Add all my files"
4- git remote add origin https://github.com/USER_NAME/FOLDER_NAME
5-git remote -v
6-git push origin master