Skip to content

Instantly share code, notes, and snippets.

@gauravkukade
Created December 30, 2019 05:31
Show Gist options
  • Save gauravkukade/c112da314d087dbdf30858c742c3f3a6 to your computer and use it in GitHub Desktop.
Save gauravkukade/c112da314d087dbdf30858c742c3f3a6 to your computer and use it in GitHub Desktop.
Cloning the remote git repository. See full article at https://coderolls.com/basic-git-commads/
HP@Gaurav MINGW64 /e/directory
$ git clone https://github.com/gauravkukade/example.git
Cloning into 'example'...
remote: Enumerating objects: 16, done.
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 16 (delta 3), reused 7 (delta 2), pack-reused 0
Unpacking objects: 100% (16/16), done.
HP@Gaurav MINGW64 /e/directory
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment