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