diff --git a/README.md b/README.md index 3b21c11..4f61660 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 +Git is a version-control system that can be used to track code changes during software development. ## What do you think the top 3 reasons to use GitHub / GitLab are? -1. -2. -3. +1. GitHub provides an excellent place to document your code. It helps make complex code more understandable, and you can document pretty much any process within GitHub. +2. It is also a great place to showcase code/applications you have made. Along with excellent documentation, GitHub makes it really easy to share and promote projects. +3. GitHub also makes working on open source projects very easy. Using forks requests you can move repositiories onto your own account, and pull requests allow these changes to possibly added to the main repository. ## What is a Pull Request? +A pull request allows a user to submit their changes in an external repository to the main repository. ## Links to relevent Github / git tutorials - [Github](https://github.com/) -- Add a resource link here -- Add another resource link here +- [Git tutorials for Atlassian](https://www.atlassian.com/git/tutorials) +- [Using GitHub from the command line](https://medium.com/@george.seif94/a-full-tutorial-on-how-to-use-github-88466bac7d42) ### 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). +![Party Parrot](https://media.giphy.com/media/l3q2zVr6cu95nF6O4/giphy.gif). diff --git a/Reflection.md b/Reflection.md index 01e5b18..f375a1f 100644 --- a/Reflection.md +++ b/Reflection.md @@ -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) -``` +# My Reflection +### Lab 2 - Henry Pearce -Good luck! +Lab 2 consisted of us working with GitHub. At my internship this summer, I gained experience working with Git through BitBucket, and also got to work a little bit with GitHub. Because of this I still found the exercises this week helpful for learning more about Git and GitHub, especially when it came to forks and pull requests. + +In my screencast, I demostrate how to do a pull request. In the video, I working with a repository from my personal account that I fork over to *future-push*. The repository is for a simple python script that grants Amazon Web Services users temporary security credentials that they can use through the AWS CLI. This was a project I worked on during my internship, and I was given permission to make it open source. In the video, I fix some intentional errors in the README for the repository and then submit a pull request. + +*Screencast submission* - [Lab 2 - IST 402 by Henry Pearce](https://youtu.be/KdyQiekcm0c)