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
本文标题:upload repo code to github using
本文链接:https://www.haomeiwen.com/subject/xivxzltx.html
网友评论