diff --git a/README.md b/README.md index c4dcbed..ac06830 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # 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 in my own words can be seen as a storage for folders and different types of files that facilitate a project + * Git - Version Control - The Git version control + * Clone - A clone refers to a copy of a file in a git repository + * Fork - A fork refers to the copy of a repository + * History - A history refers to a record of acitivities in a git repo + * Staging - Staging refers to the situation where information about your next commit is recorded + * Remote - Remote refers to the location where the respective files are stored other than the local storage + * Commit - A commit can be seen as a command that records changes made in the repo to git + * Push - A push command simply updates the repository with respect to changes made by the commits -## Steps to our Lamba School Git Flow +## Steps to our Lambda School Git Flow 1. Fork repository 2. `git clone` w/ the repository URL 3. After Changes Made: `git status`