~/.gitconfigをさらしてみます。[user]は省略。

pre>>
[color]
status = auto
diff = auto
[alias]
co = checkout
ci = commit -a
st = status
up = pull --rebase
<<--

こんな感じ。SVNぽい感じで使えるようにサブコマンドのaliasを設定してます。
色づけはautoで。

posted by genki genki on Fri 3 Oct 2008 at 16:17 with 0 comments