From 856e759118085a5e2135c04a0be954b484899158 Mon Sep 17 00:00:00 2001 From: DBoKnows <54818038+DBoKnows@users.noreply.github.com> Date: Wed, 4 Sep 2019 16:55:23 -0400 Subject: [PATCH 1/5] Added a GIF --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3b21c11..999e9b5 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,21 @@ A repo to play with the common git operations in and learn how to get working wi # FILL THINGS OUT BELOW THIS LINE AND DO IT IN MARKDOWN ## Working definition of Git and what it's done for - + It is a way for developers to submit code, work together and track changes to projects. ## What do you think the top 3 reasons to use GitHub / GitLab are? -1. -2. -3. +1. Collaboration +2. Ease of use across projects +3. Education ## What is a Pull Request? - + Going over the changes that you made to start a conversation so that everyone is on the same page. ## Links to relevent Github / git tutorials - [Github](https://github.com/) -- Add a resource link here -- Add another resource link here +- [Tutorial](https://git-scm.com/docs/gittutorial) +- [Beginners](https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) ### 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). +![SAQUON](https://gfycat.com/defianthandmadecivet) From 51140e0f0fbdd8dad3951bd41aec33b71b9bd85b Mon Sep 17 00:00:00 2001 From: DBoKnows <54818038+DBoKnows@users.noreply.github.com> Date: Wed, 4 Sep 2019 16:56:16 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 999e9b5..41bbea8 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ 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). -![SAQUON](https://gfycat.com/defianthandmadecivet) +![SAQUON](https://thumbs.gfycat.com/DefiantHandmadeCivet-mobile.mp4) From de854d6a45c1a321b581ae3961023940e76322b7 Mon Sep 17 00:00:00 2001 From: DBoKnows <54818038+DBoKnows@users.noreply.github.com> Date: Wed, 4 Sep 2019 16:57:05 -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 41bbea8..999e9b5 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ 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). -![SAQUON](https://thumbs.gfycat.com/DefiantHandmadeCivet-mobile.mp4) +![SAQUON](https://gfycat.com/defianthandmadecivet) From 1a995689f6b32f552e3ac0b260039806184ce547 Mon Sep 17 00:00:00 2001 From: DBoKnows <54818038+DBoKnows@users.noreply.github.com> Date: Wed, 4 Sep 2019 17:01:30 -0400 Subject: [PATCH 4/5] Fixed GIF --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 999e9b5..c05d48d 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ 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). -![SAQUON](https://gfycat.com/defianthandmadecivet) +![SAQUON](https://media.giphy.com/media/1BfBbXbTnYCmrb3Kl4/giphy.gif) From cba0a1461fb14c1dd1fec71a3c21849147cccfb5 Mon Sep 17 00:00:00 2001 From: DBoKnows <54818038+DBoKnows@users.noreply.github.com> Date: Mon, 9 Sep 2019 17:40:12 -0400 Subject: [PATCH 5/5] DBoKnows Reflection The link to my video as at the bottom of the page --- Reflection.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Reflection.md b/Reflection.md index 01e5b18..bd27fb4 100644 --- a/Reflection.md +++ b/Reflection.md @@ -1,9 +1,8 @@ -# My Reflection / Blog -Use this file to submit your blog post to your github account / repo. In it, include some markdown to practice, especially a link to your video. -*Screencast submission* - [YouTube video by HAXcms core contributor Michael Potter](https://www.youtube.com/watch?v=5aPae031TxM&list=PLJQupiji7J5cGYiOflGYFwXSEoHMoowkP&index=17&t=0s) -Here's a reminder of how you do the link above as code. -```markdown -*Screencast submission* - [YouTube video by HAXcms core contributor Michael Potter](https://www.youtube.com/watch?v=5aPae031TxM&list=PLJQupiji7J5cGYiOflGYFwXSEoHMoowkP&index=17&t=0s) -``` +# Lab 2: Git / GitHub / Contribution -Good luck! +## DBoKnows +### IST 402 + +This week’s lab helped me figure out the different advantages that GitHub has to offer. My video this week specifically walked through what a pull request is and how to execute one. A pull request lets you tell the master and others working on the project about the changes you have pushed to the GitHub repository. When you send the pull request, the master of the project can review the changes that you have made and either update the project with your work or at the very least start a dialogue about the changes you have made and what to do next. I enjoyed this lab very much because it forced me to use something that I have never used before. I think that knowing what GitHub is and how to use it can set anyone apart from the crowd when applying for IT jobs. I hope to use more of GitHub in the future and potentially for projects in others courses I am taking this year. Below is my link to my lab video on YouTube, I hope you enjoy the content. + +Youtube: [Github: Pull Requests](https://www.youtube.com/watch?v=Hn7qCFXhCY0&t=2s)