fix: repeat loops in child processes
[lab.git] / TipAndDoc / .gitconfig
index 759195c..ef93437 100644 (file)
@@ -6,12 +6,13 @@
 [alias]
        br = branch
        ca = diff --cached
-       ci = commit -v
+       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
+       tree = log --pretty=format:\"%h %ad %d\" --graph --simplify-by-decoration --all --date=short
 [core]
        excludesfile = ~/.gitignore
 [svn]