Contributed by: akira on 2014年 9月29日(月) 09:33 JST
Last modified on
OSXが日本語ファイル名を表現する場合に対応する項目
UTF-8-MACとも呼ばれている。
gitは、xcode5.1.1で対応
[user]
name =
email =
[color]
ui = auto
[alias]
co = checkout
ci = commit
st = status
br = branch
lt = log --decorate=full --left-right
ch = cherry -v
cp = cherry-pick
[core]
excludesfile = /Users/a_tsuruta/.gitignore
autocrlf = false
quotepath = false
whitespace = cr-at-eol
# pager = lv -Ou8 -c
precomposeunicode = true