diff --git a/assets/images/getting-started/install-git/win-components.png b/assets/images/getting-started/install-git/win-components.png index b5b3798..6dc0da4 100644 Binary files a/assets/images/getting-started/install-git/win-components.png and b/assets/images/getting-started/install-git/win-components.png differ diff --git a/assets/images/getting-started/install-git/win-components.webp b/assets/images/getting-started/install-git/win-components.webp index e823d08..153737e 100644 Binary files a/assets/images/getting-started/install-git/win-components.webp and b/assets/images/getting-started/install-git/win-components.webp differ diff --git a/assets/images/getting-started/install-git/win-cred-helper.png b/assets/images/getting-started/install-git/win-cred-helper.png index eb1e76f..31d56a9 100644 Binary files a/assets/images/getting-started/install-git/win-cred-helper.png and b/assets/images/getting-started/install-git/win-cred-helper.png differ diff --git a/assets/images/getting-started/install-git/win-cred-helper.webp b/assets/images/getting-started/install-git/win-cred-helper.webp index 57f05dd..9d4dafe 100644 Binary files a/assets/images/getting-started/install-git/win-cred-helper.webp and b/assets/images/getting-started/install-git/win-cred-helper.webp differ diff --git a/content/getting-started/install-git.md b/content/getting-started/install-git.md index e8e35e4..9508022 100644 --- a/content/getting-started/install-git.md +++ b/content/getting-started/install-git.md @@ -81,8 +81,8 @@ This makes sure that Git can be used by 3rd party software ([Git clients](#git-c 4. Choose credential helper: -By default, the `Git Credential Manager` will be used. However, this manager is no longer maintained and has been replaced by the `Git Credential Manager Core` (third option). When using either of these credential managers, your Git/Codeberg credentials will be stored in Windows' [Credential Manager](https://support.microsoft.com/en-us/help/4026814/windows-accessing-credential-manager) when you enter them for your first pull/push (see [Clone & Commit via HTTP](/git/clone-commit-via-http)). Windows' Credential Manager is also where you have to go in order to change them. Follow the links on the installation wizard for more details. -If you prefer not to store your credentials in Windows but e.g. in a password manager, select the first option (`None`). You will have to enter your credentials at every push/pull. +From Git 2.29.0 onwards, the `Git Credential Manager Core` will be used by default. The `Git Credential Manager` can still be installed and used, but is now deprecated. When using either of these credential managers, your Git/Codeberg credentials will be stored in Windows' [Credential Manager](https://support.microsoft.com/en-us/help/4026814/windows-accessing-credential-manager) when you enter them for your first pull/push (see [Clone & Commit via HTTP](/git/clone-commit-via-http)). Windows' Credential Manager is also where you have to go in order to change them. Follow the links on the installation wizard for more details. +If you prefer not to store your credentials in Windows but e.g. in a password manager, select the third option (`None`). You will have to enter your credentials at every push/pull. @@ -106,9 +106,13 @@ You now managed to get Git up and running. Please proceed as described in the ar ### Update If you ticked the box to check for updates during installation, Git will inform you that a new version is available. +Alternatively, at the command line, type: +`git update-git-for-windows` +In these cases, just follow the steps to download and install the latest version. -To update Git, the easiest way is to download and run the latest version of the installer and follow the previous steps. Make sure that you run the new installer with the same rights (administrator or user) as for the original installation. If not, it will be installed twice and that will create a mess. -If you want to keep all your settings, simply tick the box `Only show new options` in the installation wizard (see screenshots above). Here, "new options" refer to the options that were not available in the previous version. +You can also download the installer from the Git website as explained above. Make sure that you run the new installer with the same rights (administrator or user) as for the original installation. If not, it will be installed twice and that will create a mess. + +If you want to keep all your settings, simply tick the box `Only show new options` in the installation wizard (see screenshots above). Here, "new options" refer to the options that were not available in the previous, installed version. ## Git clients