Skip to content

Step 2: Clone the Repository

Elias Ranz-Schleifer edited this page Jan 23, 2020 · 1 revision

Now that we have a repository we can clone it and begin working... Find your repository URL, in the rest of process we will be using SSH to communicate with Github. You will want to replace <REMOTE_URL> with the value you get from your repository.

image

$ git clone git@github.com:EliasRanz/submodule-poc.git
Cloning into 'submodule-poc'...
Warning: Permanently added the RSA host key for IP address '<OMITTED>' to the list of known hosts.
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (3/3), done.

Clone this wiki locally