Windows/powershell/posh-git
提供: 初心者エンジニアの簡易メモ
2021年8月18日 (水) 18:49時点におけるAdmin (トーク | 投稿記録)による版 (Admin がページ「Windows/powershell/posh--git」を「Windows/powershell/posh-git」に、リダイレクトを残さずに移動しました)
posh-gitとは
powershellでgitを簡単に使えるもの
post-gitインストール
powerShellGet\Install-Module posh-git -Scope CurrentUser -AllowPrerelease -Force
post-gitアップデート
PowerShellGet\Install-Module posh-git -Scope CurrentUser