Skip to content
Open
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
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Pre Course Git Fu
[Pre Class Video](https://youtu.be/ZihgMcrHOF4)
## Terms for learning Git
* Repository -
* Git - Version Control -
* Clone -
* Fork -
* History -
* Staging -
* Remote -
* Commit -
* Push -
* Repository - It is where information is stored (ex. code)
* Git - Version Control - it is a tracking system for changes in computer files
* Clone - it copies an existing git repository
* Fork - copies a repository and are free to make changes
* History - it stores snap shots of when changes were made to a repository
* Staging - it is getting the changed files ready to be commited
* Remote - is the copy of a repository on a local system
* Commit - records the changes to the repository
* Push - updates the remotes changes

## Steps to our Lamba School Git Flow
1. Fork repository
Expand Down