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
post-get読み込み
Import-Module posh-git