2014/06/01

[Git] 在 PowerShell 擴充 Git 顏色及訊息提示

Git 原先附帶的指令窗是不錯用,只可惜不能用插入(複製貼上)語法,要一字一字 key in,一直想要有像在 PowerShell 裡可以有類似顏色指示。終於找到了這個擴充模組。
安裝指令如下:
Set-ExecutionPolicy RemoteSigned (new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex Import-Module PsGet install-module posh-git