From: mitty Date: Sun, 9 Dec 2012 23:36:25 +0000 (+0000) Subject: * show no untracked file X-Git-Url: http://lab.mitty.jp/git/?a=commitdiff_plain;h=ef43e77722bd7b1e6760a77eea711c232d1ee9fe;p=lab.git * show no untracked file git-svn-id: https://lab.mitty.jp/svn/lab/trunk@183 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- diff --git a/TipAndDoc/.gitconfig b/TipAndDoc/.gitconfig index 759195c..3c3f2c3 100644 --- a/TipAndDoc/.gitconfig +++ b/TipAndDoc/.gitconfig @@ -6,7 +6,7 @@ [alias] br = branch ca = diff --cached - ci = commit -v + ci = commit -v -uno co = checkout hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short ls = ls-files