From 4f8aa38ff4326fe6a06630707fb40960dd88bd67 Mon Sep 17 00:00:00 2001 From: e-clin Date: Fri, 22 Mar 2024 00:41:17 +0000 Subject: [PATCH 1/2] Update install-git.Rmd Update the command for updating Git for Windows in Git Bash. --- install-git.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-git.Rmd b/install-git.Rmd index 1da5c07..3d86a53 100644 --- a/install-git.Rmd +++ b/install-git.Rmd @@ -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): ``` bash -git update git-for-windows +git update-git-for-windows ``` ## macOS From f4c5042021db1464133228491e57e2437551a99f Mon Sep 17 00:00:00 2001 From: e-clin Date: Sat, 23 Mar 2024 13:10:38 +0000 Subject: [PATCH 2/2] Update install-git.Rmd Updated the surrounding text and reference for the new `git update-git-for-windows` command. --- install-git.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-git.Rmd b/install-git.Rmd index 3d86a53..0a91d3d 100644 --- a/install-git.Rmd +++ b/install-git.Rmd @@ -58,7 +58,7 @@ 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