- Go to a folder where you want the stuff
- Open the git command line there
- run
git clone https://github.com/UAHakron/fall-2017-website
- run
git checkout develop
- run
git checkout -b <new branch name>
- Make and commit your changes
6a.
git add .
6b.git commit -m "<Changes>"
6c.git push
- Git will ask to set upstream and print the example. Type that command verbatim.