Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar fixes #929

Merged
merged 1 commit into from
Jan 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you Choco-ed lately? 😂

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