From 0779c53856e6e72889666f209cd1cc1b6c3d7021 Mon Sep 17 00:00:00 2001 From: Nicholas Roma Date: Sat, 15 Oct 2022 20:35:25 +0900 Subject: [PATCH] Grammar fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d368d9614..4649ede4d 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ branch names e.g.: `git pull or ma` tab completes to `git pull origin ## Installation -These installation instructions, as well as rest of this readme, applies only to version 1.x of posh-git. +These installation instructions, as well as the rest of this README, applies only to version 1.x of posh-git. For v0.x installation instructions see this [README][v0-readme]. ### Prerequisites @@ -132,7 +132,7 @@ posh-git is available on the [PowerShell Gallery][psgallery-v1] and can be insta ### Installing posh-git via Chocolatey If you prefer to manage posh-git as a Windows package, you can use [Chocolatey](https://chocolatey.org) to install posh-git. -If you don't have Chocolatey, you can install it from the [Chocolately Install page](https://chocolatey.org/install). +If you don't have Chocolatey, you can install it from the [Chocolatey Install page](https://chocolatey.org/install). With Chocolatey installed, execute the following command to install posh-git: ```powershell @@ -219,7 +219,7 @@ By default, the status summary has the following format: - Green means the branch is ahead of its remote (green light to push) - Red means the branch is behind its remote - Yellow means the branch is both ahead of and behind its remote -- `S` represents the branch status in relation to remote (tracked origin) branch. +- `S` represents the branch status in relation to the remote (tracked origin) branch. Note: This status information reflects the state of the remote tracked branch after the last `git fetch/pull` of the remote. Execute `git fetch` to update to the latest on the default remote repo. If you have multiple remotes,