* add alias 'git tree'
[lab.git] / TipAndDoc / .gitconfig
index 64b9e1f..ef93437 100644 (file)
@@ -5,13 +5,14 @@
        ui = true
 [alias]
        br = branch
-       ci = commit
+       ca = diff --cached
+       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
+       tree = log --pretty=format:\"%h %ad %d\" --graph --simplify-by-decoration --all --date=short
 [core]
        excludesfile = ~/.gitignore
 [svn]