* memo for 8th Kernel/VM expedition
[lab.git] / TipAndDoc / .gitconfig
index 5fa149f..3c3f2c3 100644 (file)
@@ -6,13 +6,12 @@
 [alias]
        br = branch
        ca = diff --cached
-       ci = commit
+       ci = commit -v -uno
        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
+       st = status -uno
 [core]
        excludesfile = ~/.gitignore
 [svn]