タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

includeに関するlesamoureusesのブックマーク (1)

  • .gitconfigにinclude書くと捗る - 時計を壊せ

    2012-08-20一部訂正 githubにdotfile上げてる人は結構多いですが、 github.tokenなど、一部の設定は公開されると困りますね。 そんなときはincludeディレクティブを使うとローカル用の設定を別ファイルに出来るので捗ります。 [include] path = .gitconfig.local [core] editor = emacs pager = lv whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol excludesfile = .gitignore こんな感じでやると.gitconfig.localを読み込んでくれるので、 github.tokenなどは.gitconfig.localに書いておくといい感じになって捗ります。 参考: http://stackoverflow.com

    .gitconfigにinclude書くと捗る - 時計を壊せ
    lesamoureuses
    lesamoureuses 2013/08/15
    ファイル分割のために使うのかなと思ったらなるほど "githubにdotfile上げてる人は結構多いですが、github.tokenなど、一部の設定は公開されると困りますね。"
  • 1