diff --git a/README.md b/README.md index c4dcbed..516dbe3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # 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 like a project's folder with files and there revision history + * Git - Version Control - Version control is a system that records changes to a file or set of files over time so that we can recall specific versions later + * Clone - to get a copy of an existing Git repo creating a local copy of the code + * Fork - copy of a repo + * History - all the commits to the project + * Staging - step before the commit process, staged files can be edited + * Remote - stuff that hosted on an other than local server + * Commit - an individual change to a file or set of files + * Push - send the committed changes to a remote repo + ## Steps to our Lamba School Git Flow 1. Fork repository