Hekel1989
11/7/2017 - 4:21 PM

VSCode - GIT to GitHub

1. Create a REPO on github and copy the REPO's URL
2. Launch the CMD in your project and run the code below:

  git remote add origin https://github.com/mbcrump/SampleProject.git (replace this with your link)
  git push -u origin master
  
3. Now when you commit anything, it will all go to your REPO on GitHub