mirror of
https://github.com/Sosokker/first-contributions.git
synced 2025-12-18 12:44:06 +01:00
Update github-cli-tutorial.md with better grammar and formatting (#62296)
Co-authored-by: Roshan Jossy <roshanjossey@gmail.com>
This commit is contained in:
parent
56af70bee0
commit
9d317d30cf
@ -9,7 +9,7 @@
|
||||
| <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!
|
||||
|
||||
@ -17,7 +17,7 @@ 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
|
||||
@ -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).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user