From: mitty Date: Sun, 18 Nov 2012 12:37:16 +0000 (+0000) Subject: * add command and sort them X-Git-Url: http://lab.mitty.jp/git/?a=commitdiff_plain;h=072e48b7da32571b78f33602b721c2a4692916a2;p=lab.git * add command and sort them * ls, nm, uno git-svn-id: https://lab.mitty.jp/svn/lab/trunk@178 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- diff --git a/TipAndDoc/.gitconfig b/TipAndDoc/.gitconfig index 05eb61f..64b9e1f 100644 --- a/TipAndDoc/.gitconfig +++ b/TipAndDoc/.gitconfig @@ -4,11 +4,14 @@ [color] ui = true [alias] - co = checkout - ci = commit - st = status br = branch + ci = commit + co = checkout hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short + ls = ls-files + nm = branch --no-merged + st = status + uno = status -uno [core] excludesfile = ~/.gitignore [svn]