Skip to content

Commit

Permalink
Update github-cli-tutorial.md with better grammar and formatting (fir…
Browse files Browse the repository at this point in the history
…stcontributions#62296)

Co-authored-by: Roshan Jossy <roshanjossey@gmail.com>
  • Loading branch information
SmashedFrenzy16 and Roshanjossey authored May 13, 2023
1 parent 56af70b commit 9d317d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli-tool-tutorials/github-cli-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
| <img alt="GitHub Desktop" src="https://cdn.icon-icons.com/icons2/2157/PNG/512/github_git_hub_logo_icon_132878.png" width="200"> | GitHub Command Line Interface (CLI) |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------|

This is a guide for us, the terminal nerds, who want to do everything in the terminal; and thanks to the [Github-CLI](https://cli.github.com/) we can achieve it! Remember, your first contribution should be fun, rewarding and a motivator just to keep going!
This is a guide for us, the terminal nerds, who want to do everything in the terminal, and thanks to [Github-CLI](https://cli.github.com/), we can achieve it, remembering your first contribution should be fun, rewarding and a motivator to keep on going!

This guide is a bit more challenging since we are not using any graphical interface at all, but it's still really fun and you can definitely follow it!

The first requisite is to have:
- Git installed (how to install [git](https://git-scm.com/downloads))
- Github account

Now we need to install the github-cli tool in our system by following the [official documentation](https://github.com/cli/cli#installation).
Now we need to install the `github-cli` tool in our system by following the [official documentation](https://github.com/cli/cli#installation)

After that, we need to login in the CLI, so enter this command:
```bash
Expand Down Expand Up @@ -86,7 +86,7 @@ You can use the command `gh status` to see your mentioned pull request in action

## Where to go from here?

Congrats! You just completed the standard _fork -> clone -> edit -> pull request_ workflow that you'll often encounter as a contributor!
Congratulations! You have just completed the standard _fork -> clone -> edit -> pull request_ workflow that you'll often encounter as a contributor!

Celebrate your contribution and share it with your friends and followers by going to [web app](https://firstcontributions.github.io/#social-share).

Expand Down

0 comments on commit 9d317d3

Please sign in to comment.