git 彩色顯示

2021-06-10 09:18:29 字數 432 閱讀 6813

git config --global color.diff auto

git config --global color.status auto

git config --global color.branch auto

git config --global color.interactive auto

git config --global color.ui auto

也可以直接編輯~/.gitconfig,其實上面的命令就是往這個檔案中新增了這些配置項。

[color]

diff = auto

branch = auto

status = auto

interactive = auto

git config --list

Debian ls,man,grep彩色顯示

習慣了ls的彩色顯示,習慣了man的彩色顯示以及vi的鍵盤操作,grep的彩色顯示,debian安裝好之後,上面說的這些配置似乎都沒有,需要手動設定。ls的彩色終端顯示 在檔案 bashrc當中,注釋下面這段內容或者手動新增上去即可。export ls options color auto eval...

KCF matlab版修改彩色顯示

high speed tracking with kernelized correlation filters.準備工作 下面需要在run tracker.m中修改路徑 base path d data seq 這裡data seq為basketball的上一級目錄。按理說然後直接輸入run tra...

shell指令碼中的彩色顯示

bin bash 先定義一些顏色 red e 0 31m 紅色 red e 1 31m green e 0 32m 綠色 green e 1 32m yellow e 0 33m 黃色 yellow e 1 33m blue e 0 34m 藍色 blue e 1 34m purple e 0 35...