* change "git ci"
[lab.git] / TipAndDoc / .gitconfig
index 05eb61f..759195c 100644 (file)
@@ -4,11 +4,14 @@
 [color]
        ui = true
 [alias]
-       co = checkout
-       ci = commit
-       st = status
        br = branch
+       ca = diff --cached
+       ci = commit -v
+       co = checkout
        hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
+       ls = ls-files
+       nm = branch --no-merged
+       st = status -uno
 [core]
        excludesfile = ~/.gitignore
 [svn]