Skip to content
cwm83 edited this page Jun 16, 2015 · 5 revisions

##Creating a Fork##

The files and resources for the Grasshopper Primer are in a Repository on Github.

To start creating or adding content to the Grasshopper Primer, you'll need to create a Fork of the Primer Repository. This makes a new Repository that is a copy of the original which you can then modify without affecting the original repository.

While working, it is a good idea to create different Branches of your repository. A Branch does not copy all the files like a Fork does, but instead keeps track of changes made. It is a more light-weight method of testing small changes.

For more information on forking a repository, see GitHub's help page here:
Forking a Repo