タグ

ブックマーク / dropshado.ws (1)

  • .gitconfig colors

    Aw yeah, another command-line coloring post! John Schulz pointed me to this git cheat sheat (via Rebecca Murphey). Right up front it provides the settings in ~/.gitconfig to color git command output like git diff, git status, and git branch. Here’s what I’m rocking: [core] quotepath = false whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol [color] ui = true [color "branch"] current = ye

    .gitconfig colors
    patorash
    patorash 2013/02/08
    .gitconfigの設定でgitを見やすいように色づけしようというやつ。
  • 1