Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://media.giphy.com/media/AZa4KP7o6J7Us/giphy.gif).
11 changes: 4 additions & 7 deletions Reflection.md
Original file line number Diff line number Diff line change
@@ -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!