Search This Blog

Featured Post

Machine Learning, Big Data, AI, Deep Learning

Showing posts with label git. Show all posts
Showing posts with label git. Show all posts

Wednesday, June 6, 2018

06/06/2018 Integrate Github in visual Studio

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)

https://www.theregister.co.uk/2015/12/07/visual_studio_code_git_integration/

5. git pull urllink
6. git remote add name urllink
7. git push name