Let us create a new repository on GitHub. Make sure you have Git installed on the machine that you will use to perform the steps mentioned in the following section:
- Log in to your GitHub account.
- In this chapter, we will use the source code from https://github.com/nikhilpathania/hello-world-greeting.git as an example.
- Try to fork the repository mentioned in the previous link. To do so, just access the repository from your internet browser and click on the Fork button, as shown in the following screenshot:
Forking a GitHub project
- Once done, a replica of the repository will be visible under your GitHub ...