From 09be0a1c6cf652045a345e0c090561f18eaa0ae3 Mon Sep 17 00:00:00 2001 From: Kyle Baker Date: Fri, 13 Jul 2018 20:18:11 -0700 Subject: [PATCH] Kyle's pre-course --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c4dcbed..147b5e8 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 is a directory containing all of the files that make up a software package. They contain each file's revision history and there can be multiple collaborators. + * Git - Version Control - Tracks changes of software life cycle + * Clone - Clones a repository so that changes can be made locally + * Fork - Branches a repository whereby a repo comes under another user's control within his/her account. Pull requests can be made to request the parent repo adopt the changes made in the forked repo. + * History - All changes made to a repo + * Staging - A branch of a repo used prior to production + * Remote - Refers to a repo on the github server not locally + * Commit - Prepares changes to be pushed to the Github server + * Push - Pushes changes to the remote server ## Steps to our Lamba School Git Flow 1. Fork repository