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
20 changes: 10 additions & 10 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 -
## Terms for learning Gitgit
* Repository - is a data structure that stores information on commit objects and refrences to commit objects.
* Git - Version Control - A system that can record the changes to files and recall a specific version of that file at a latter time.
* Clone - A clone is a command that will copy the exiting Git repository (working copy).
* Fork - A fork creates a local copy in your repository to try and test out.
* History - stores all the information of the commits of the entire repository.
* Staging - Its a holding area where items are placed until ready to committ.
* Remote - Is where your code will be stored
* Commit - This will record changes that are made to the repository.
* Push - This will update the remote refences and any associated objects with it.

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