git clone to folder code example

Example 1: git clone with folder name

git clone [email protected]:whatever folder-name

Example 2: github clone to local folder

cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git

Example 3: git clone repo with name

git clone https://github.com/foo/repo_name.git new_directory_name

Example 4: git clone

#You will be required to sign into github

git clone [email protected]:UserName/gitRepositories.git

Example 5: how to git clone into a directory

git clone [email protected]:whatever folder-name
git clone [email protected]:whatever .