This is the GitHub for the official freeCodeCamp Riverside website.
If you are new to GitHub here are some helpful links to using Git & GitHub
Cloning a repository
To learn how to get a copy of this repository onto your local machine, visit Cloning a repository :point_left:
Git Branch
THIS IS IMPORTANT when contributing to GitHub repositories. Branches allow contributors to work on the same repository without constantly running into conflicting code.
Please have a look at this link on Git Branches before you proceed to contribute.
Git Pull
Before pushing your changes to the repository make sure to use
git pull
before. This retrieves the most up to date changes and merges it with your files.
To read more about git pull/git merge/git fetch visit this link
Contributing to the repository
To learn how to add the files you have changed to this repository, go to one of the links below.
Getting Help
If you have any further questions, please ask on our Facebook page or join our Slack and ask us there. Have fun coding!