Skip to content

A-HK/PESU-IO-Hall-Of-Fame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PESU-IO-Hall-Of-Fame

1. Fork this repository

image

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.

2. If you don't have git set up on your machine, install it with the help of this link : Set up Git

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.

image


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.
image

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.

Releases

No releases published

Packages

No packages published