- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Git/設定/gitattributes へ行く。
- 1 (2018-08-22 (水) 05:50:23)
gitattributes
グローバルな.gitattributesファイルのパス設定
git config --global core.attributesfile 'C:\Git\gitatributes'
- デフォルトでは指定されていないので、自分でcore.attributesfileに任意のパスを指定する。