1. Open github account
2. Create a repository in github
3. Clone the HTTPS link of the repository
4. in visual studio termina or terminal, type
- git config --global user.name xxxxx
- git clone urllink (from step 3)
5. git pull urllink
6. git remote add name urllink
7. git push name
No comments:
Post a Comment