1.git init
2.git add * submit all code
3.git commit -m 'your comment or tips';
4.git remote rm origin
5.git remote add origin "your github repository link .git"
6.git push -u origin master
1.git init
2.git add * submit all code
3.git commit -m 'your comment or tips';
4.git remote rm origin
5.git remote add origin "your github repository link .git"
6.git push -u origin master