项目地址 https://github.com/dahlbyk/posh-git
安装
需要PowerShell version 5 以上
打开 PowerShell 执行命令
Set-ExecutionPolicy RemoteSigned |
安装 posh-git
Install-Module posh-git |
更新posh-git
Update-Module posh-git |
配置
安装完后在C:\Users\ <username>\Documents\WindowsPowerShell添加文件profile.ps1,也可输入命令
$profile.CurrentUserCurrentHost |
在文件profile.ps1中添加内容:
Import-Module posh-git |