how to clone repo from gitlab code example
Example 1: git clone repo with name
git clone https://github.com/foo/repo_name.git new_directory_name
Example 2: git clone private repo
git clone https://strafe:[email protected]/strafe/project.git
git clone https://github.com/foo/repo_name.git new_directory_name
git clone https://strafe:[email protected]/strafe/project.git