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
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ 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 maintains and tracks all changes made to code within your project. It also saves every version created and organizes it into a repository.
## What do you think the top 3 reasons to use GitHub / GitLab are?
1.
2.
3.
1. The ability to create a Repository of all changes in an organized manner.
2. The ability to collaborate with other programmers.
3. The ability to openly share your code with others

## What is a Pull Request?

A pull request is basically an announcement of the changes one has made to other programmers working on the project, in order to discuss proposed edits.
## Links to relevent Github / git tutorials
- [Github](https://github.com/)
- Add a resource link here
Expand All @@ -35,3 +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).
![hangover](http://giphygifs.s3.amazonaws.com/media/lYRWahrLyodBm/giphy.gif).
12 changes: 5 additions & 7 deletions Reflection.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# 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)
```
Github is a very useful and unique tool for programmers. Through Github programmers can collaborate on a project while maintaining organization. After programmers finish making their final edits or commits, they can send a pull request. A pull request is a submission of your final commit to be reviewed by the project coordinator. This process creates an organized way to approve or deny the edits within the team of programmers.

Additionally, I would like to include that Github is a great tool for a team of programmers. I have never heard of this application before, so there was a bit of a learning curve in order to understand Github. However, I discovered shortly after that Github was somewhat easy to use in regards to the function that we used such as commits and pull requests. I look forward to learning more about Github as well as using it in the future.

Good luck!
*Screencast submission* - [Youtube video](https://www.youtube.com/watch?v=2jHQX4djJyU&feature=youtu.be)
```