Cloning

# Clone the repo into a new folder named after the GitHub project
git clone git@github.com:{username}/{projectName}.git

# Clone the repo into a new folder named 'zebra'
git clone git@github.com:{username}/{projectName}.git zebra

# Clone the repo into the current directory (must be empty)
git clone git@github.com:{username}/{projectName}.git .