From 0d0a140fe50d0fc87356c6c70fc794e478f549a6 Mon Sep 17 00:00:00 2001 From: e-clin Date: Mon, 25 Mar 2024 19:20:38 +0000 Subject: [PATCH] Update install-git.Rmd (#228) * 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. --- install-git.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-git.Rmd b/install-git.Rmd index 1da5c07..0a91d3d 100644 --- a/install-git.Rmd +++ b/install-git.Rmd @@ -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