From 43c54ebc10ee6bdde0e29d2be16a0a5e31ca5252 Mon Sep 17 00:00:00 2001 From: witsapro <54865675+witsapro@users.noreply.github.com> Date: Wed, 4 Sep 2019 16:53:38 -0400 Subject: [PATCH 1/2] witsapro changed the required lines --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b21c11..c478a69 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 +Git is used to track changes to code between developers of a project. ## What do you think the top 3 reasons to use GitHub / GitLab are? -1. -2. -3. +1. Collaboration +2. Faster changes to code (faster development) +3. Organization ## What is a Pull Request? +A PR is what a developer does when they are ready to push there changes to the master branch. He/she is requesting for their changes to be reviewed by other developers in the project. If the PR is accepted, the changes will be merged. If not, the developer can address comments, make the proper changes, and request another PR. ## Links to relevent Github / git tutorials - [Github](https://github.com/) - Add a resource link here - Add another resource link here - ### 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). +![Patrick](https://media.giphy.com/media/oyQ9vnvVvPNES3HDko/giphy.gif) From 1b1ad0fb68f26ea94735f3b7fcee60761814ce42 Mon Sep 17 00:00:00 2001 From: witsapro <54865675+witsapro@users.noreply.github.com> Date: Mon, 9 Sep 2019 17:23:50 -0400 Subject: [PATCH 2/2] My reflection for the week2 lab --- Reflection.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/Reflection.md b/Reflection.md index 01e5b18..034a049 100644 --- a/Reflection.md +++ b/Reflection.md @@ -1,9 +1,19 @@ -# 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) -``` - -Good luck! +# My Reflection / Blog (Pull Requests & Gitflow) +--- +This week we talked about Gitflow, which is an extremely important topic in software development and definitely a popular one topday. I was fortunate to practice Gitflow over this past summer during an internship I had but we used a different product suite (not GitHub). The procedures were very similar to the ones used within GitHubs web application. + +Here is a link I found helpful relating to those subjects: https://blog.axosoft.com/pull-requests-gitflow/ + +And below is the link to my video which does a **decent** job at explaining those subjects: +*Pull Requests & Gitflow* - [Witsapro](https://youtu.be/DwlYYVEVxQE) + +## Markdown, what is it? +--- +Markdown is a text-to-html lightweight language that allows extremly easy conversion of plain text to html. By using special characters a non-programmer (or programmer) can easily generate a fully marked up page without writing HTML. Instead, like I am doing right now, they can simply write plain text and then by use of a few special characters, have that text fully marked up. + +Below is a list of some things that I enjoy about Markdown, while using a markdown to list them +1. Very easy to use +2. Very easy to understand +3. Very easy to teach or inform others about + +I found a Markdown Cheat Sheet via this link: https://www.markdownguide.org/cheat-sheet/