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 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