From 003391d1978e176bbce1d230a2306e024ac156bd Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Mon, 13 Feb 2017 20:25:22 +0100 Subject: [PATCH] Add .gitconfig --- .gitconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..9bfa20c --- /dev/null +++ b/.gitconfig @@ -0,0 +1,13 @@ +[user] + name = Peter J. Holzer + email = hjp@hjp.at +[alias] + co = checkout + ci = commit + st = status + br = branch + hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short + type = cat-file -t + dump = cat-file -p +[push] + default = simple