diff --git a/README.md b/README.md index c4dcbed..9211c82 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 - 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