Articles → Git → Forking A Repository In Github
Forking A Repository In Github
What Does Forking A Repository Means?
- Forking a repository means create a copy of repository under your github id.
- Any changes made in the original repository will be reflected in your forked repository.
- If you are doing any changes in your forked repository then you have to get the changes approved from the administrator of original repository in order to merge your changes.
How To Fork Your Repository?
- Login to the github portal.
- Click on ‘Your repositories’.
Click to Enlarge
- In the search box, search the repository. Make sure you search in ‘All GitHub’.
Click to Enlarge
- Search results will be displayed below
Click to Enlarge
- Click on the repository you want to fork.
- In the detail screen, you have an option for fork
Click to Enlarge
- Following screen will come, that signifies that repository is getting copied.
Click to Enlarge
Click to Enlarge