* change 'uno' command to 'st'
authormitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Sun, 18 Nov 2012 12:54:44 +0000 (12:54 +0000)
committermitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Sun, 18 Nov 2012 12:54:44 +0000 (12:54 +0000)
  * "git status -uno" is mostly used

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@181 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

TipAndDoc/.gitconfig

index 5fa149f..8e54c8b 100644 (file)
@@ -11,8 +11,7 @@
        hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
        ls = ls-files
        nm = branch --no-merged
-       st = status
-       uno = status -uno
+       st = status -uno
 [core]
        excludesfile = ~/.gitignore
 [svn]