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

Update install-git.Rmd #228

Merged
merged 2 commits into from Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions install-git.Rmd
Expand Up @@ -58,10 +58,10 @@ This installs the most current [Git (Install) X.Y.Z](https://chocolatey.org/pack
### Updating Git for Windows

If you already have Git for Windows, but it's not the latest version, it's a good idea to update.
Since v2.16, you can [update like so from the command line](https://stackoverflow.com/a/48924212):
You can [update like so from the command line](https://github.com/git-for-windows/git/wiki/FAQ#how-do-i-update-git-for-windows-upon-new-releases):

``` bash
git update git-for-windows
git update-git-for-windows
```

## macOS
Expand Down