From de7e67131bb1368c9a78f84e2719a3ad61b65e4e Mon Sep 17 00:00:00 2001 From: erika Date: Tue, 9 Mar 2021 13:11:36 -0500 Subject: [PATCH 1/2] updating README example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fab2ff7..237347a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Web42Example In the repo, we will be showing Web42 how to use Git and Github! + +Adding as the first step to pushing local changes to the github repository \ No newline at end of file From e8fadfbb25fc5667c4253a79b307285c17fbb395 Mon Sep 17 00:00:00 2001 From: erika Date: Tue, 9 Mar 2021 13:16:29 -0500 Subject: [PATCH 2/2] Adding a new file --- Summary.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Summary.txt diff --git a/Summary.txt b/Summary.txt new file mode 100644 index 0000000..3aa2777 --- /dev/null +++ b/Summary.txt @@ -0,0 +1,11 @@ +Note: when referring to a folder in gitbash we will say directory instead + +Terminal Commands: + +ls - the list command. It will list everything in your current directory +mkdir - the make directory command (aka make a new folder) +cd - the change directory command, allows you to go to other directories +pwd - prints the directory you are currently in +touch - the command to create a new file +code - the command to open a directory in VSCode +git add . - ALL changes in ALL files get added \ No newline at end of file