- 16
- Posts
- 12
- Years
- Seen Apr 9, 2013
It is incredibly easy to fork a project, especially on Github. Essentially:
1. Fork (i.e. get your own copy of) the project
2. Make changes
3. Submit changes to your version (commit)
4. Submit a pull request to the original (there's even a button for this)
It was easy to learn, and I've contributed to projects in the past this way without much effort.
1. Fork (i.e. get your own copy of) the project
2. Make changes
3. Submit changes to your version (commit)
4. Submit a pull request to the original (there's even a button for this)
It was easy to learn, and I've contributed to projects in the past this way without much effort.