what is a fork in github

9 months ago 25
Nature

A fork in GitHub is a copy of a repository that allows you to make changes without affecting the original project. It shares the code and visibility settings with the original "upstream" repository. Forks are often used to propose changes to someone else's project, to experiment with changes, or to contribute to open source projects. After forking a repository, you can make changes to your fork and propose these changes to the original repository through pull requests