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
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,21 @@ Git is a free and open source distributed version control system designed to han
1. Version control
2. Collaborate
3. Code review
4. Will not mess up the updated version
5. Better communicate your code with other people
6. It is easy to use for a group.

## What is a Pull Request?
Pull requests let you tell others about changes you've pushed to a branch in a repository
Pull requests let you tell others about changes you've pushed to a branch in a repository.

a pull request lets other users know that youve made changes and what those changes are.

## Links to relevent Github / git tutorials
## Links to relevant Github / git tutorials
- [Github](https://github.com/)
- https://www.youtube.com/watch?v=0fKg7e37bQE
- https://www.youtube.com/watch?v=fQLK8Ib_SKk
- [Github](https://github.com/)
- https://www.youtube.com/watch?v=SWYqp7iY_Tc
- 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/HmO7FZjok6mhW/giphy.gif).
![Oh Spongebob](https://media.giphy.com/media/2ZvQhiW2dup20/giphy.gif).
![Falling](https://media.giphy.com/media/cHFdCVLqWhOJW/source.gif).
13 changes: 7 additions & 6 deletions Reflection.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# 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)
```
SyncTech
Lab2

Good luck!
*Screencast submission* - [LAB 2 Screencast](https://youtu.be/w66cyFJPbzo)

Git is a version control software while Github is a web service that can edit git file and do more social connection and communication on coding. I think Github is very useful in the version updated and social coding. When we make changes on the file, we usually need to created a new files. So with more and more changes and updates, there are more and more files, which is very confusing and hard to keep track of the changes. Github sovle this problem. Github can easily keep track of the changes and also invites others to work together in a project. The fork and pull request can enable other users to duplicate your work in their account and do changes without changing your original content. This allows the code to be shared and wide spread. When others found bugs on your code, they can first edit them in their account, then pull a request to let you know where they think the bug is. Then the writer can see where's the change and decide whether or not to take the advice. This is a efficient and friendly way to communicate with others and do the group coding.

Thanks.