Skip to content
Open

Swag #12

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: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ 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 distributed version-control system for tracking changes in source code during software development.
## What do you think the top 3 reasons to use GitHub / GitLab are?
1. Collaboration
2. Version Control
3. Open Source Software Development

## What is a Pull Request?
### Request by a developer for the moderators to consider applying their

Git is a free and open source distributed version control system designed to handle every projects
## What do you think the top 3 reasons to use GitHub / GitLab are?
1. Version control
Expand All @@ -29,6 +39,7 @@ Pull requests let you tell others about changes you've pushed to a branch in a r

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


## Links to relevent Github / git tutorials
- [Github](https://github.com/)
- https://www.youtube.com/watch?v=0fKg7e37bQE
Expand Down