From ede05e1ce9d5bdc92c3f130eaf8a0ac261c7252d Mon Sep 17 00:00:00 2001 From: DevMountain Date: Sun, 28 Apr 2019 22:11:15 -0500 Subject: [PATCH 1/3] test --- fun.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fun.txt b/fun.txt index f536cfd1..1528dfff 100644 --- a/fun.txt +++ b/fun.txt @@ -1,2 +1,3 @@ “Hello world!” - said everyone, always -"Bye, Felicia" - Ice Cube \ No newline at end of file +"Bye, Felicia" - Ice Cube +asdfasdfs \ No newline at end of file From e03215048f4146829564ff0b1d5407e649b61150 Mon Sep 17 00:00:00 2001 From: rogersmykenzie <44181353+rogersmykenzie@users.noreply.github.com> Date: Sun, 28 Apr 2019 22:11:37 -0500 Subject: [PATCH 2/3] Update fun.txt --- fun.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/fun.txt b/fun.txt index 1528dfff..345e35dd 100644 --- a/fun.txt +++ b/fun.txt @@ -1,3 +1,2 @@ “Hello world!” - said everyone, always "Bye, Felicia" - Ice Cube -asdfasdfs \ No newline at end of file From c6048c28ba9c9d2a260f774e95b99e8e0a1883ed Mon Sep 17 00:00:00 2001 From: Josh McCann <42157060+jrmccann2@users.noreply.github.com> Date: Mon, 30 Sep 2019 11:54:50 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fbd8ce8..50e5c138 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project will consist of three separate mini-projects to get you comfortable In the first mini-project, you'll be mimicking the steps you'll take when you first start your personal project. Creating a repository, linking it to your computer, then pushing those changes up to your GitHub. -In the second mini-project, you'll be mimicking the steps you'll take with nearly every DevMountain project you do. You'll 'fork' the DevMountain repository, link your computer with your fork, then pushing those changes up to your GitHub. +In the second mini-project, you'll be mimicking the steps you'll take with nearly every DevMountain project you do. You'll 'fork' the DevMountain repository, link your computer with your fork, then push those changes up to your GitHub. Finally, in the last mini-project you'll be mimicking the steps you'll take during the group project portion. You'll fork your group's repo, link your computer with your fork, push changes to your GitHub, then make a 'Pull Request' into your group's repo.