Setup New Project

From Existing Git Project

  1. Go to the directory which will hold the project directory.

    # for example
    cd ~/projects
  2. Clone the project.

    You might need to setup SSH if you clone the project by SSH.

    git clone <endpoint> [DIR_NAME]

Last updated