From d5851120ee4250ceb1c7149e70fc754bbe946f0f Mon Sep 17 00:00:00 2001 From: 8bitDav <54865359+8bitDav@users.noreply.github.com> Date: Wed, 4 Sep 2019 16:57:35 -0400 Subject: [PATCH 1/3] Updated Readme.md Added definitions and a new gif to the readme file. --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3b21c11..8ba57d6 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,22 @@ 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 +# GitHub is an open-source repository hoster that allows users to host code and collaborate on it within one unified platform ## What do you think the top 3 reasons to use GitHub / GitLab are? -1. -2. -3. +1. Version Control +2. Maintain a master copy of the code of a program accessible to anyone +3. Allow your code to be reviewed by users on the internet most likely free of charge ## What is a Pull Request? +# A Pull request is a proposed code commit to be merged into the codebase of a particular GitHub repo ## Links to relevent Github / git tutorials - [Github](https://github.com/) -- Add a resource link here -- Add another resource link here +- [SomeGuide](https://rogerdudler.github.io/git-guide/) +- [SomeOtherGuide](https://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1/) ### 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). +![SpongebobInWindow](https://giphy.com/gifs/spongebob-squarepants-AZa4KP7o6J7Us). From 96b5446bb832fa3d2b598930502d1e902b803781 Mon Sep 17 00:00:00 2001 From: 8bitDav <54865359+8bitDav@users.noreply.github.com> Date: Wed, 4 Sep 2019 16:59:17 -0400 Subject: [PATCH 2/3] Update Readme.md (again) Fixed gif link and heading levels --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ba57d6..07de077 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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 -# GitHub is an open-source repository hoster that allows users to host code and collaborate on it within one unified platform +### GitHub is an open-source repository hoster that allows users to host code and collaborate on it within one unified platform ## What do you think the top 3 reasons to use GitHub / GitLab are? 1. Version Control @@ -26,7 +26,7 @@ A repo to play with the common git operations in and learn how to get working wi 3. Allow your code to be reviewed by users on the internet most likely free of charge ## What is a Pull Request? -# A Pull request is a proposed code commit to be merged into the codebase of a particular GitHub repo +### A Pull request is a proposed code commit to be merged into the codebase of a particular GitHub repo ## Links to relevent Github / git tutorials - [Github](https://github.com/) @@ -36,4 +36,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 ! -![SpongebobInWindow](https://giphy.com/gifs/spongebob-squarepants-AZa4KP7o6J7Us). +![SpongebobInWindow](https://media.giphy.com/media/AZa4KP7o6J7Us/giphy.gif). From c243c09665241108c040c40413124f918f571a27 Mon Sep 17 00:00:00 2001 From: 8bitDav <54865359+8bitDav@users.noreply.github.com> Date: Mon, 9 Sep 2019 21:58:54 -0400 Subject: [PATCH 3/3] My Reflection --- Reflection.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Reflection.md b/Reflection.md index 01e5b18..67bb5c6 100644 --- a/Reflection.md +++ b/Reflection.md @@ -1,9 +1,6 @@ # 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) -``` +### 8bitDahv +In this week's lab, I decided to tackle one of the changes where I was modifying the index.html file and changing some of the text to reflect what the author meant. Through this, I learned about forking repos, creating pull requests, and how to take an issue from an open source project from start to finish. I also learned about Markdown and how it can be applied in application that support it. I found a helpful guide to markdown that I discuss in my screencast video *(found below)* that is great for helping understand the syntax of **Markdown** and some of the reasons why it may be easier to use than HTML at times. The GitHub platform has been very fun to learn as well. Coming from a terminal-only version control system, having a front-end interface to work with has been incredibly helpful this time around. Please find more information about GitHub and specifically markdown at the video found below. + +*8bitDahv explains Markdown* - [YouTube video by 8bitDahv](https://youtu.be/rsFvJKwd_Vg) -Good luck!