Getting Started with Git

16 / 16

GitHub Project - Getting Started with Git - Cloning a Repository

You can clone any repository you have access to using the git clone command. This will create a local copy of the repository.

git clone https://github.com/singh-ashok25/webserver.git

This will clone the repository in the same directory you run the command.

INSTRUCTIONS
  • Go to your home directory using cd ~
  • Clone this public repository https://github.com/singh-ashok25/webserver using git clone command
Get Hint See Answer


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...