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
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions CSS_Exercise
Submodule CSS_Exercise added at bc26fe
1 change: 1 addition & 0 deletions HTML_Exercise
Submodule HTML_Exercise added at ccfae5
7 changes: 7 additions & 0 deletions answers/KellyAllen013069/git.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
git init, initialize repository
git add, adds files to staging area
git commit, commits files to staging area
git push, pushes changes(commits) to branch
git pull, pulls commits from branch
git clone, clones the project