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
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://media.giphy.com/media/1BfBbXbTnYCmrb3Kl4/giphy.gif)
15 changes: 7 additions & 8 deletions Reflection.md
Original file line number Diff line number Diff line change
@@ -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)