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