This is a github repo to teach our statistics team how to use git and also to store the files we work
(assuming you have git on your computer)
- Create a new folder
- Go to the top of this webpage and copy the link inside of the "Clone or Download" link above and coopy the link.
- Open command line and cd to the new folder you made before.
- Type
git init
in your command line and then typegit clone <link you copied from here>
a. You may need to enter your username and password
This will start downloading the repo and then you should be able to see all the files from here on your loal computer!