Skip to content

Commit 880636d

Browse files
committed
Updated dependencies
1 parent ddfe7e2 commit 880636d

2 files changed

Lines changed: 4762 additions & 1004 deletions

File tree

docs/github-starter-guide.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ title: Getting Started With GitHub
44
slug: /
55
---
66

7-
GitHub is a useful tool for collaborating on code and documentation. It streamlines version control and keeps files accessible for your whole team.
7+
GitHub is a useful tool for collaborating on code and software documentation. It streamlines version control and keeps files accessible for your whole team.
88

9-
Using [GitHub Desktop](https://desktop.github.com/download/) is the most beginner-friendly way to contribute to a project on GitHub. Once you download and set up the application, you'll be able to view the repositories you're working with and track changes to your files. A repository is a space on GitHub where your project files and change history are stored.
9+
Using [GitHub Desktop](https://desktop.github.com/download/) is the most beginner-friendly way to contribute to a project on GitHub, as it provides a graphical user interface that allows you to easily push changes to the web.
10+
11+
Once you download and set up the application, you'll be able to view the repositories you're working with and track changes to your files. A repository is a space on GitHub where your project files and change history are stored.
1012

1113
This guide will teach you how to contribute to an open-source project on GitHub using GitHub Desktop.
1214

@@ -72,4 +74,4 @@ Now the files on your computer are up-to-date and you can continue working on th
7274

7375
## Conclusion
7476

75-
That's all you need to know to contribute to an open-source project on GitHub. To learn more about GitHub, check out GitHub's [official documentation](https://docs.github.com/en).
77+
That's all you need to know to contribute to an open-source project on GitHub. To learn more about GitHub, check out [GitHub's official documentation](https://docs.github.com/en).

0 commit comments

Comments
 (0)