Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions Summary.txt
Original file line number Diff line number Diff line change
@@ -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