Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Mar 4, 2024
1 parent 0ce200b commit 1f47fcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ There are many more differences and explanations, so feel free to take a search

Here are some _very_ brief descriptions of features you may find often using GitHub:

| Feature | Brief description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Version control | GitHub can host code repositories which use Git, and GitHub provides a GUI that works with Git |
| Collaboration | Work with friends, coworkers, or even anyone random users from around the world on projects |
| Issues | Track ideas, tasks, feedback, bugs, plans, and more |
| Pull requests | Propose a set of (code) changes from one branch to another and review changes (commonly abbreviated as 'PR') |
| Projects | Project management tool that can help keep track of issues & PRs, including views like [kanban boards](/technical-writing/kanban-board) & tables |
| Discussions | Similar to an online forum, another avenue for a repository's community to connect |
| Feature | Brief description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Version control | GitHub can host code repositories which use Git, and GitHub provides a GUI that works with Git |
| Collaboration | Work with friends, coworkers, or even anyone random users from around the world on projects |
| Issues | Track ideas, tasks, feedback, bugs, plans, and more |
| Pull requests | Propose a set of (code) changes from one branch to another and review changes (commonly abbreviated as 'PR') |
| Projects | Project management tool that can help keep track of issues & PRs, including views like [kanban boards](/technical-writing/kanban-boards) & tables |
| Discussions | Similar to an online forum, another avenue for a repository's community to connect |

There are plenty more features GitHub has to offer. Get started with GitHub by following the quest below!

Expand Down
File renamed without changes.

0 comments on commit 1f47fcd

Please sign in to comment.