Download WAMP - http://www.wampserver.com/en/
Download GIT - https://git-scm.com/download/win
Set up WAMP according to instructions, you might need to download more things.
Go into the directory C:/wamp/www/. The code should be located somewhere in there.
- Open up the WAMP app
- In bottom right hand corner of your screen, you will be able to see the control panel for WAMP
- Go to your browser and type in "localhost" into your URL bar
To use any of these, you must have the GIT consol open
git init
git clone https://github.com/FRC3476/Scouting2017.git
git pull origin master
git add 'File Name'
git add -A
git commit -m "Commit message"
git push
git pull