Cloning

# Clone the repo into a new folder named after the GitHub project
git clone [email protected]:{username}/{projectName}.git

# Clone the repo into a new folder named 'zebra'
git clone [email protected]:{username}/{projectName}.git zebra

# Clone the repo into the current directory (must be empty)
git clone [email protected]:{username}/{projectName}.git .