X-Git-Url: http://lab.mitty.jp/git/?a=blobdiff_plain;f=TipAndDoc%2F.gitconfig;h=ef93437003ab4a09ade02c6247bed1075b2714c6;hb=fd6dbd0ffbb6c4accfdccd928bf4cb34d02b70a1;hp=3ee0900e21272a86a5dbbc2d61a5ccabbc06c50f;hpb=b949a0f80b773a49f5029132c716ce019507e3bd;p=lab.git diff --git a/TipAndDoc/.gitconfig b/TipAndDoc/.gitconfig index 3ee0900..ef93437 100644 --- a/TipAndDoc/.gitconfig +++ b/TipAndDoc/.gitconfig @@ -1,13 +1,19 @@ -[user] - name = Ken-ichi Mito - email = mitty@mitty.jp -[color] - ui = true -[alias] - co = checkout - ci = commit - st = status - br = branch - hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short -[core] - excludesfile = ~/.gitignore +[user] + name = Ken-ichi Mito + email = mitty@mitty.jp +[color] + ui = true +[alias] + 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