facebook twitter hatena line email

「Windows/powershell/posh-git」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(post-gitアップデート)
(post-gitアップデート)
行6: 行6:
 
==post-gitアップデート==
 
==post-gitアップデート==
 
  PowerShellGet\Install-Module posh-git -Scope CurrentUser
 
  PowerShellGet\Install-Module posh-git -Scope CurrentUser
 +
 +
==post-get読み込み==
 +
Import-Module posh-git
  
 
==参考==
 
==参考==
 
https://qiita.com/kerobot/items/78372640127771f92ee0
 
https://qiita.com/kerobot/items/78372640127771f92ee0

2021年8月18日 (水) 19:39時点における版

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

参考

https://qiita.com/kerobot/items/78372640127771f92ee0