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:
- Click on the green button (clone or download),
- Copy the URL in the box and
- Paste it after the git clone command
git clone https://github.com/vinay461as/todo_curd_serilize_api.git