Git by Cole

Git Fork

To fork is to take an external repository from another user to create a copy (origin) available to modify for personal use. Also, forking a project is a common way to contribute externally to the main project (upstream). Each time you make a significant change that could help the main project, you can make a pull request to the forked upstream project to suggest. If approved, your changes will be available in the original upstream repository.

Comments