Git Color

  1. git config --global color.diff auto
  2. git config --global color.status auto
  3. git config --global color.branch auto
  4. git config --global color.log auto

這樣你的 git 相關指令會有比較清楚的顏色區別

Comments

comments powered by Disqus