Skip to content

Instantly share code, notes, and snippets.

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
View Git Commands from gitcom.md

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