Cloning a Repository
- On github, navigate to the main page of the repository and copy the URL of the respository which you want to clone.
Open Git Bash.
Change the current working directory to the location where you want the clone git remote repository.
- Type the below following command
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
ย