X-Git-Url: http://lab.mitty.jp/git/?a=blobdiff_plain;f=TipAndDoc%2F.gitconfig;h=ef93437003ab4a09ade02c6247bed1075b2714c6;hb=fd6dbd0ffbb6c4accfdccd928bf4cb34d02b70a1;hp=05eb61ff3680135331195d4e49af874688b18ce1;hpb=9be4681e9c2dee1bdd7eb904c6e8e2553c408e10;p=lab.git diff --git a/TipAndDoc/.gitconfig b/TipAndDoc/.gitconfig index 05eb61f..ef93437 100644 --- a/TipAndDoc/.gitconfig +++ b/TipAndDoc/.gitconfig @@ -4,11 +4,15 @@ [color] ui = true [alias] - co = checkout - ci = commit - st = status br = branch + 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 + tree = log --pretty=format:\"%h %ad %d\" --graph --simplify-by-decoration --all --date=short [core] excludesfile = ~/.gitignore [svn]