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 1 commit
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
2 changes: 1 addition & 1 deletion install-git.Rmd
Expand Up @@ -61,7 +61,7 @@ If you already have Git for Windows, but it's not the latest version, it's a goo
Since v2.16, you can [update like so from the command line](https://stackoverflow.com/a/48924212):
Copy link
Owner

Choose a reason for hiding this comment

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

Let's try to also keep the surrounding text up-to-date.

This looks like the right reference to me. If you agree, please update this sentence. We can probably drop "Since v2.16" and swap out the URL.

https://github.com/git-for-windows/git/wiki/FAQ#how-do-i-update-git-for-windows-upon-new-releases

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, Jenny, for reviewing the change. I agree. I've updated the sentence and reference as suggested.


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

## macOS
Expand Down