X-Git-Url: http://lab.mitty.jp/git/?a=blobdiff_plain;f=TipAndDoc%2F.gitconfig;h=ef93437003ab4a09ade02c6247bed1075b2714c6;hb=fd6dbd0ffbb6c4accfdccd928bf4cb34d02b70a1;hp=ec15ecfeb909c8129ca8e621f902a58fa5c8e6fa;hpb=0dcad9abe1cc8f06f6a1bdbc679b04844abf86c5;p=lab.git diff --git a/TipAndDoc/.gitconfig b/TipAndDoc/.gitconfig index ec15ecf..ef93437 100644 --- a/TipAndDoc/.gitconfig +++ b/TipAndDoc/.gitconfig @@ -4,10 +4,16 @@ [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] + pushmergeinfo = true