RocketGit #4: Cloning the Newly Created git Repository

1. Assuming that git is already installed on your machine. From a terminal, create a directory:

         mkdir repositories

2. Enter in your newly created directory:

        cd repositories

3. Clone Repository:

        git clone <ssh_path_to_your_git_repository>

NOTE: The  <ssh_path_to_your_git_repository> can be easily obtained by:
           3.1 Login into RocketGit.
           3.2 Go to Repositories page.
           3.3 Click on the repository name you want to clone.
           3.4 On the specific repository page you will see SSH address of the repository.
          3.5 Copy and paste in your terminal after the: git clone

4. A new directory will be created matching your repository name.

Comments

Popular posts from this blog

Ant Example: Check if a directory is empty or if specific file exists.

Django (1.2.3) CRUD Using Generic Views

Creating a Custom WebSphere Portal 8 Theme with the Eclipse IDE