インストール済みのGitをアップデートをする方法【Git for Windows】

Git for Windowsをアップデートする方法

方法

PowerShell上でgit update-git-for-windowsを実行する。

実行例

実行

PS C:\Users\username> git update-git-for-windows
Git for Windows 2.30.0.windows.2 (64bit)
Update 2.35.2.windows.1 is available
Download and install Git for Windows 2.35.2 [N/y]? y
################################################################################################################ 100.0%
################################################################################################################ 100.0%
PS C:\Users\username>

ヘルプを見る方法

PS C:\Users\username> git update-git-for-windows -h
Usage: git update-git-for-windows [options]
Options:
        -g, --gui Use GUI instead of terminal to prompt
        -y, --yes Automatic yes to download and install prompt
Return code:
 0: no update available
         1: update available and user selected not to update
         2: update available and it was started