「Windows/powershell/posh-git」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→post-gitアップデート) |
|||
行3: | 行3: | ||
==post-gitインストール== | ==post-gitインストール== | ||
+ | |||
+ | macの場合は一度以下を実行してpowershellに入る | ||
+ | /usr/local/bin/pwsh | ||
+ | |||
powerShellGet\Install-Module posh-git -Scope CurrentUser -AllowPrerelease -Force | powerShellGet\Install-Module posh-git -Scope CurrentUser -AllowPrerelease -Force | ||
− | + | ||
+ | アップデートの場合は以下 | ||
PowerShellGet\Install-Module posh-git -Scope CurrentUser | PowerShellGet\Install-Module posh-git -Scope CurrentUser | ||
2021年8月18日 (水) 19:41時点における版
posh-gitとは
powershellでgitを簡単に使えるもの
post-gitインストール
macの場合は一度以下を実行してpowershellに入る
/usr/local/bin/pwsh
powerShellGet\Install-Module posh-git -Scope CurrentUser -AllowPrerelease -Force
アップデートの場合は以下
PowerShellGet\Install-Module posh-git -Scope CurrentUser
post-get読み込み
Import-Module posh-git