Skip to content

Instantly share code, notes, and snippets.

View VivianeBusch-Wallace's full-sized avatar
💭
having fun 💃

Viviane Busch-Wallace VivianeBusch-Wallace

💭
having fun 💃
View GitHub Profile
@VivianeBusch-Wallace
VivianeBusch-Wallace / Git Commands from gitcom.md
Last active April 12, 2021 19:28 — forked from jednano/gitcom.md
Common git commands in a day-to-day workflow

Git Cheat Sheet


Important to me (need to practice these)

Clone the foo repo into a new directory called foo:

git clone https://github.com/<username>/foo.git foo