From 9d317d30cf85d2f3fbca30b5a64c597d3400ed36 Mon Sep 17 00:00:00 2001 From: SmashedFrenzy16 <68993968+SmashedFrenzy16@users.noreply.github.com> Date: Sat, 13 May 2023 23:46:14 +0100 Subject: [PATCH] Update github-cli-tutorial.md with better grammar and formatting (#62296) Co-authored-by: Roshan Jossy --- cli-tool-tutorials/github-cli-tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli-tool-tutorials/github-cli-tutorial.md b/cli-tool-tutorials/github-cli-tutorial.md index 04b0f8ca..e9d9db8c 100644 --- a/cli-tool-tutorials/github-cli-tutorial.md +++ b/cli-tool-tutorials/github-cli-tutorial.md @@ -9,7 +9,7 @@ | GitHub Desktop | 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).