From 3bc930fb4e6bf3807f3e23e93c66ba3a942c166f Mon Sep 17 00:00:00 2001 From: diegoaruiz Date: Thu, 4 Oct 2018 19:36:09 -0400 Subject: [PATCH 1/5] set header text to 'broccoli' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca4b691..4dc6cb1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# GitGud2 +# Broccoli The repo for Thursday Night Oct 4th From 9b485adb3f88be96eaaaf178fa7fe842b72fceba Mon Sep 17 00:00:00 2001 From: diegoaruiz Date: Thu, 4 Oct 2018 20:06:26 -0400 Subject: [PATCH 2/5] updated lab instructions --- LAB.md | 32 ++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 LAB.md diff --git a/LAB.md b/LAB.md new file mode 100644 index 0000000..5c97560 --- /dev/null +++ b/LAB.md @@ -0,0 +1,32 @@ +# lab exercise +go to https://github.com/CWMe/GitGud2.git and click the fork button in the top right + +clone your new forked repo +``` +git clone YOUR_FORKED_REPO_URL_HERE +cd GitGud2 +``` + +create a feature branch from master +``` +git checkout -b feature-a master +``` + +make a change to the README.md file and commit it prepare a file for a commit +``` +git add README.md +``` + +make the commit, a snapshot of your project is created +``` +git commit -m "updated readme" +``` + +# push feature branch +``` +git push origin feature-add +``` + +# submit pull request +go to https://github.com/CWMe/GitGud2/compare and setup a new pull request from your `feature-a` branch to `master` + diff --git a/README.md b/README.md index 4dc6cb1..ca4b691 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Broccoli +# GitGud2 The repo for Thursday Night Oct 4th From 8ee9ca547aa6efb8a3f52515b48574e3436ef316 Mon Sep 17 00:00:00 2001 From: diegoaruiz Date: Thu, 4 Oct 2018 20:07:08 -0400 Subject: [PATCH 3/5] removing random --- random.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 random.txt diff --git a/random.txt b/random.txt deleted file mode 100644 index ddbe70f..0000000 --- a/random.txt +++ /dev/null @@ -1 +0,0 @@ -;sduhfkus;adhfiuasdhf;asdbiu From 0065a1d45a1f0205ccd2d93e4c7203c216072d07 Mon Sep 17 00:00:00 2001 From: Diego Ruiz Date: Thu, 4 Oct 2018 20:09:09 -0400 Subject: [PATCH 4/5] typo --- LAB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LAB.md b/LAB.md index 5c97560..59a084f 100644 --- a/LAB.md +++ b/LAB.md @@ -24,7 +24,7 @@ git commit -m "updated readme" # push feature branch ``` -git push origin feature-add +git push origin feature-a ``` # submit pull request From e17cbe4642bb47287368afd10304adfb73933e28 Mon Sep 17 00:00:00 2001 From: intelburn Date: Thu, 4 Oct 2018 20:22:10 -0400 Subject: [PATCH 5/5] The Oldest Meme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca4b691..de7da20 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # GitGud2 The repo for Thursday Night Oct 4th + +# KILLROY WAS HERE