*  [#a007dd09]

** グローバルな.ファイルのパス設定 [#kd910024]

 git config --global core.attributesfile 'C:\Git\gitatributes'

- デフォルトでは指定されていないので、自分でcore.attributesfileに任意のパスを指定する。
- ただし、LinuxだとXDG_CONFIG_HOMEの仕様に基づいて$XDG_CONFIG_HOME/git/attributesがフォールバックされてデフォルト扱いになるのかもしれない。
- https://stackoverflow.com/questions/28026767/where-should-i-place-my-global-gitattributes-file
- https://stackoverflow.com/questions/28026767/where-should-i-place-my-global--file

** 参考 [#t57f6a96]

https://git-scm.com/docs/
https://git-scm.com/docs/gitattributes

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS