Setup GitHub and Git¶
Create a GitHub account¶
You can register an account here
Installing Git¶
MacOS User¶
- You may already have git preinstalled, please run to verify. If it return a version, then you are good to go. If not please continue.
- To install Git, we will use brew. You should check if you already have brew before installing it.
- If you already have brew installed jump to step 5 Copy and paste the following into the terminal, then hit return(enter)
5. Use brew to install git by running in the terminal
6. Test if your git is ready
Window User¶
- Test if git is installed by first run to verify. If it return a version, then you are good to go. If not please continue.
- Go to Git for Windows and click download (in the picture below)

- Install the git by click into the downloaded file, then a bunch of "Next","Install", and "Finish"
- Test if git is successfully installed by close and reopen Command Prompt. Then run: