How to clone git repository

Last updated 3 years, 2 months ago | 1100 views 75     5

Tags:- Git

Git clone | clone git repository

Git clone command creates a local copy of the existing source code from a remote repository.

git clone ssh://git@github.com/<username>/<repository-name>.git

To clone a project from Github: 

  1. Click on the green button (clone or download), 
  2. Copy the URL in the box and 
  3. Paste it after the git clone command
git clone https://github.com/vinay461as/todo_curd_serilize_api.git