Git Cheat Sheet
Important to me (need to practice these)
Clone a repo
Clone the foo repo into a new directory called foo:
git clone https://github.com/<username>/foo.git foo
Clone the foo repo into a new directory called foo:
git clone https://github.com/<username>/foo.git foo