diff --git a/README.md b/README.md index c4dcbed..d106c6f 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ # 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 database containing a set of files and their modification history + * Git - Version Control - Version control is software for managing a set of files + and tracking their change history. Git is a particular distributed version + control system. + * Clone - To clone is to make a local (remote) copy of a repository + * Fork - To fork is to create a new repository as an image of another repository + * History - The history is a record of all changes commited to the files in a repository + * Staging - Staging is the process of marking a file which has been modified to be + included in the next commit + * Remote - A remote is a local copy of a repository + * Commit - To commit is to save a record of changes to any files that have been modified + and placed in the staging area + * Push - To push is to transmit the current state of the local remote up to the repository ## Steps to our Lamba School Git Flow 1. Fork repository