在 Windows Git Bash 中安裝 bash-git-pro
需求
我經常會在專案根目錄中右鍵點開 Git Bash 進行一些命令列操作,預設視窗中會顯示當前檔案目錄和 git 分支名,但我希望能看到更多資訊,如是否存在未提交的修改、未推送的提交等,這樣我在每天開啟 bash 視窗後就能對當前專案的狀態有個大概的瞭解。
搜尋
我在網上查閱了一番,最終決定使用 。
結果
先放上最終的效果對比圖:
預設視窗
安裝 bash-git-prompt 後
相關含義如下(詳情檢視 官方說明):
(master3|1): on branch master, ahead of remote by 3 commits, 1 file changed but not staged (status|2): on branch status, 2 files staged (master|7…): on branch master, 7 files changed, some files untracked (master|23): on branch master, 2 conflicts, 3 files changed (master|2): on branch master, 2 stash entries (experimental23|): on branch experimental; your branch has diverged by 3 commits, remote by 2 commits; the repository is otherwise clean (:70c2952|): not on any branch; parent commit has hash 70c2952; the repository is otherwise clean
實現
找到你安裝 Git 的地址,在 Git/etc
目錄下將 專案 clone 下來:
git clone
然後用編輯器開啟 Git/etc
目錄下的 bash.bashrc
檔案,註釋其中全部程式碼,新增如下三行程式碼:
GIT_PROMPT_ONLY_IN_REPO=1 GIT_PROMPT_THEME=Evermeet # 主題可以自己選,在 Gitetc.bash-git-promptthemes 中挑一個source /etc/.bash-git-prompt/gitprompt.sh
儲存檔案後,重新開啟 Git Bash 視窗,Voila!安裝好了~
問題
如果你發現視窗中的打勾和箭頭等符號顯示有問題,可以這樣做:右鍵視窗標題欄 -> Options -> Text -> Font Select -> DejaVu Sans Mono
作者:Alexee
連結:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/854/viewspace-2814449/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在 Windows Git Bash 中安裝 bash-git-promptWindowsGit
- git bash的安裝和配置教程Git
- Git安裝 for windowsGitWindows
- 在Ubuntu desktop中安裝gitUbuntuGit
- git安裝及配置教程 windows windows上git的安裝和使用GitWindows
- 在mac 中安裝跟使用git flowMacGit
- git Windows版本安裝教程GitWindows
- 在CentOS上安裝GitCentOSGit
- 在Windows安裝chromedriverWindowsChrome
- Bash on Windows 搶鮮測試 -- 介紹及安裝Windows
- Windows下安裝git伺服器WindowsGit伺服器
- Windows 環境下 git 客戶端中的 git-bash 和 MINGW64WindowsGit客戶端
- 在Windows上安裝MavenWindowsMaven
- 在 windows下安裝rabbitmqWindowsMQ
- 在windows上安裝numpyWindows
- mysql 在windows上安裝MySqlWindows
- 在 Windows 11 中解除安裝 Edge 瀏覽器Windows瀏覽器
- windows 作業系統裡 git bash 和 git cmd 的區別Windows作業系統Git
- 在Windows 11中解除安裝更新的不同方法Windows
- 在Windows系統中安裝Python【完整流程】WindowsPython
- 在windows的php中安裝grpc擴充套件WindowsPHPRPC套件
- 在Windows xp下安裝PyQtWindowsQT
- Elasticsearch在Windows下的安裝ElasticsearchWindows
- ZabbixAgent在Windows上安裝部署Windows
- Subversion在windows下的安裝Windows
- windows中安裝pip工具Windows
- 如何在windows下的git bash中使用詞典WindowsGit
- Eclips中安裝Git 外掛Git
- git bash and git 初體驗Git
- 使用免安裝版本在windows上手動安裝PostgreSQLWindowsSQL
- 安裝GitGit
- Git安裝Git
- windows 安裝 scoop 命令 (windows 中的 brew)WindowsOOP
- 在 Homestead 安裝 HTTPS (Windows)HTTPWindows
- Zend Framework在windows下的安裝FrameworkWindows
- 在windows7下安裝CentOSWindowsCentOS
- Mongodb在Windows下安裝及配置MongoDBWindows
- PyGTK在Windows下的安裝(轉)Windows