Skip to content

Commit

Permalink
Merge pull request #929 from nikoandpiko/readme-update
Browse files Browse the repository at this point in the history
Grammar fixes
  • Loading branch information
dahlbyk authored Jan 12, 2023
2 parents d77880d + 0779c53 commit 4b746d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ branch names e.g.: `git pull or<tab> ma<tab>` 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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 4b746d6

Please sign in to comment.