create project
mkdir project-name cd project-name
git init
git clone https://github.com/{username}/{reponame}.git
Set Key pair
Generate Keypair
git clone git@github.com:{username}/{reponame}.git
https://education.github.com/git-cheat-sheet-education.pdf
Git Basic Command