2018/06/23

[PowerShell] 安裝 posh-git 模組至 PowerShell

介紹


posh-git 是整合 PowerShell 及 Git 的模組,它提供了整合資訊顯示在命令列中

設定


先開啟 PowerShell 執行安裝模組 (範圍設定為目前的使用者)

Install-Module posh-git -Scope CurrentUser

回答都輸入 Y (是)

匯入 posh-git 模組

Import-Module posh-git



如此一來即可在 PowerShell 看到 Git 的狀態



若要永久使用,就把它加到自己的 Profile 設定去

Add-PoshGitToProfile

以後開 PowerShell 就可以繼續享用 posh-git 囉!

沒有留言: