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