- Take me to Video Tutorial
In this section, we will take a look at cloning remote repositories
-
To clone remote repo with ssh link
$ git clone <ssh-link-goes-here>$ git clone git@github.com:account/remote-repo.git -
To check the history of the project
$ cd remote-repo $ git log