Skip to content

Commit

Permalink
Update install-git.Rmd (#228)
Browse files Browse the repository at this point in the history
* Update install-git.Rmd

Update the command for updating Git for Windows in Git Bash.

* Update install-git.Rmd

Updated the surrounding text and reference for the new `git update-git-for-windows` command.
  • Loading branch information
e-clin committed Mar 25, 2024
1 parent 27a51cb commit 0d0a140
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 0d0a140

Please sign in to comment.