PESU-IO-Hall-Of-Fame
1. Fork this repository
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of the repository in your account. Your fork will be in the format your-username/PESU-IO-Hall-Of-Fame
.
Most of you would have already completed this step in class.
Set up Git
2. If you don't have git set up on your machine, install it with the help of this link :To see if Git is installed on your system, open your terminal and type git --version . If your terminal returns a Git version as an output, that confirms you have Git installed on your system. If not, you have to download Git for Mac or Windows.
3. Clone the repository
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon to copy the url of the repo.
Open your terminal and run the following git command:
git clone <url you just copied>
For example:
git clone https://github.com/your-username/PESU-IO-Hall-Of-Fame
Remember to clone your forked repository , not the original one.