From 62bd0fed942225598b62146bd196c8c6633e5dae Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2016 18:28:50 +0200 Subject: Manage .gitconfig --- gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gitconfig (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..936df37 --- /dev/null +++ b/gitconfig @@ -0,0 +1,9 @@ +# vim: ft=gitconfig +[user] + name = Johannes Ranke + email = jranke@uni-bremen.de +[push] + default = simple +[core] + excludesfile = ~/.gitignore + autocrlf = input -- cgit v1.2.1