Basic development rules, I guess...
7 years ago
git
Github

The official github fork-a-repo guide is here. From there;
- Go to the base repo in the github. For example https://github.com/Fruzenshtein/spr-mvc-hib
- To fork the repo, simple click on the fork button located on the top right corner of the page.
- A pop up modal will display asking where to fork the repo in case that you have more than one access to repository. Simply click on your account's name if you were not sure.
- Once a repo was chosen, below image will be shown to indicate the forking is in progress.
- The end result, the project in your own repo. Notice the name is using your chosen access as the namespace. It will also display the link to the master's repo.