* add $HOME/bin to $PATH if it exists
[lab.git] / TipAndDoc / .gitconfig
index 64b9e1f..3c3f2c3 100644 (file)
@@ -5,13 +5,13 @@
        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
 [core]
        excludesfile = ~/.gitignore
 [svn]