From 795c86713d5a2cd47c5e115d22965aaaf9d69fd9 Mon Sep 17 00:00:00 2001 From: d3yv <54914426+d3yv@users.noreply.github.com> Date: Wed, 4 Sep 2019 17:51:08 -0400 Subject: [PATCH 1/5] Update README.md Salutations! I have made a change to the branch. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3b21c11..d2824e5 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,19 @@ A repo to play with the common git operations in and learn how to get working wi ## Working definition of Git and what it's done for ## What do you think the top 3 reasons to use GitHub / GitLab are? -1. -2. -3. +1. A powerful collaboration tool, especially for large groups or enteprise grade projects. +2. Gitlab is used for open source coding project, github uses proprietary source code. But both have similar feature sets +3. Automation which lets you manage seperate workflows for an unlimited amount of repositories. -## What is a Pull Request? +## What is a Pull Request? Is basically requesting the target repo to accept your changes in said branch, it also notifies everyone of the changes. ## Links to relevent Github / git tutorials -- [Github](https://github.com/) -- Add a resource link here -- Add another resource link here +- How to do branches in github https://youtu.be/H5GJfcp3p4Q +- Forking, cloning and making changes! https://guides.github.com/activities/forking/ +- How to create your own repository https://help.github.com/en/desktop/getting-started-with-github-desktop/creating-your-first-repository-using-github-desktop ### Change this image to be something else with different alt data You can also do images like the one just below here using the ! ![Oh Spongebob](https://media.giphy.com/media/3oEjI4sFlp73fvEYgw/giphy.gif). +http://giphygifs.s3.amazonaws.com/media/iP8P6sbQTrmMM/giphy.gif From 3d9af711d285f85c8891f47638f54d15802d83e2 Mon Sep 17 00:00:00 2001 From: d3yv <54914426+d3yv@users.noreply.github.com> Date: Wed, 4 Sep 2019 17:55:34 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2824e5..1c8a327 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,5 @@ A repo to play with the common git operations in and learn how to get working wi ### Change this image to be something else with different alt data You can also do images like the one just below here using the ! ![Oh Spongebob](https://media.giphy.com/media/3oEjI4sFlp73fvEYgw/giphy.gif). -http://giphygifs.s3.amazonaws.com/media/iP8P6sbQTrmMM/giphy.gif + +![Yes jojo] http://giphygifs.s3.amazonaws.com/media/iP8P6sbQTrmMM/giphy.gif From d762ee0c74201800486d129d453bfccf01c485fe Mon Sep 17 00:00:00 2001 From: d3yv <54914426+d3yv@users.noreply.github.com> Date: Wed, 4 Sep 2019 17:56:46 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c8a327..fdd50d9 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ A repo to play with the common git operations in and learn how to get working wi You can also do images like the one just below here using the ! ![Oh Spongebob](https://media.giphy.com/media/3oEjI4sFlp73fvEYgw/giphy.gif). -![Yes jojo] http://giphygifs.s3.amazonaws.com/media/iP8P6sbQTrmMM/giphy.gif +![Yes jojo](http://giphygifs.s3.amazonaws.com/media/iP8P6sbQTrmMM/giphy.gif). From 1068fd4aa920ff3b1d29a4a66ebd6e73ddc68173 Mon Sep 17 00:00:00 2001 From: David D3yv <54914426+d3yv@users.noreply.github.com> Date: Fri, 20 Dec 2019 13:45:01 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6be7f34..83d9512 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +This lab taught us how to edit files in git, add to a repo, make pull requests, and type basic markdowns.I’ve had 0 experience with github, so it was refreshing to see how it worked as a more complex version google docs on steroids but with pull requests and code. It promotes collaboration and communication. I focused mainly on the pull request because it was the more straightforward interaction for me. This showed me how easy it is to sandbox your own development process. creating pull requests is best used when making changes to a main branch and fixing bugs without risking to mess up the main branch. + # Git Practice Activity for Lab2 A repo to play with the common git operations in and learn how to get working with markdown ## Helpful links @@ -42,4 +44,4 @@ a pull request lets other users know that youve made changes and what those chan You can also do images like the one just below here using the ! ![Yes jojo](http://giphygifs.s3.amazonaws.com/media/iP8P6sbQTrmMM/giphy.gif). ![Oh Spongebob](https://media.giphy.com/media/HmO7FZjok6mhW/giphy.gif). -![Falling](https://media.giphy.com/media/cHFdCVLqWhOJW/source.gif). \ No newline at end of file +![Falling](https://media.giphy.com/media/cHFdCVLqWhOJW/source.gif). From 75bcf6d9bc6c41407fd7a9c2327326ac0a3f20e2 Mon Sep 17 00:00:00 2001 From: David D3yv <54914426+d3yv@users.noreply.github.com> Date: Fri, 20 Dec 2019 13:46:14 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83d9512..b0d3310 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ This lab taught us how to edit files in git, add to a repo, make pull requests, and type basic markdowns.I’ve had 0 experience with github, so it was refreshing to see how it worked as a more complex version google docs on steroids but with pull requests and code. It promotes collaboration and communication. I focused mainly on the pull request because it was the more straightforward interaction for me. This showed me how easy it is to sandbox your own development process. creating pull requests is best used when making changes to a main branch and fixing bugs without risking to mess up the main branch. +https://www.youtube.com/watch?v=icaSVqGMDmQ&feature=youtu.be # Git Practice Activity for Lab2 A repo to play with the common git operations in and learn how to get working with markdown