diff --git a/README.md b/README.md index c4dcbed..58827d7 100644 --- a/README.md +++ b/README.md @@ -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 - A repository contains all of the project files and stores each file's revision history. + * Git - Version Control - An open source program for tracking changes in text fiels and is the core technology that GitHub is built on top of + * Clone - a copy of a repository that lives on your computer instead of on a website's server somewhere + * Fork - a personal copy of another user's repository that lives on your account + * History - a list of all the changes made to the repository + * Staging - a simple file, generally contained in your Git directory, that stores information about what will go into your next commit + * Remote - the version of something that is hosted on a server, most likely GitHub + * Commit - an individual change to a file (or set of files) + * Push - sending your committed changes to a remote repository ## Steps to our Lamba School Git Flow 1. Fork repository