From 2d48ee0356ed6c0e3b322326e5986e4bced51469 Mon Sep 17 00:00:00 2001 From: Chukwu Daniel Chibueze Date: Fri, 15 Jun 2018 00:15:24 +0100 Subject: [PATCH 1/2] MADE CHANGE TO README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c4dcbed..3c34bbf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Pre Course Git Fu -[Pre Class Video](https://youtu.be/ZihgMcrHOF4) + ## Terms for learning Git - * Repository - - * Git - Version Control - + * 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 - * Fork - * History - @@ -11,7 +11,7 @@ * Commit - * Push - -## 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` From 625795e43fbbf65e2e11e4d923faa0cf51ce5e7a Mon Sep 17 00:00:00 2001 From: Chukwu Daniel Chibueze Date: Fri, 15 Jun 2018 00:28:54 +0100 Subject: [PATCH 2/2] Second change made to the Readme markdown --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3c34bbf..ac06830 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ ## Terms for learning Git * 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 - - * Fork - - * History - - * Staging - - * Remote - - * Commit - - * Push - + * 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 Lambda School Git Flow 1. Fork repository