From d4826b04765ae76c35c215c1ab0a033715820481 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 3 Jul 2015 21:39:35 +0200 Subject: Moved .gitconfig to less bug affected directory --- .config/git/config | 9 +++++++++ .gitconfig | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 .config/git/config delete mode 100644 .gitconfig diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..b7b71d2 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,9 @@ +[user] + email = gkleen@yggdrasil.li + name = Gregor Kleen +[push] + default = simple +[github] + user = + password = + oauth-token = diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index b7b71d2..0000000 --- a/.gitconfig +++ /dev/null @@ -1,9 +0,0 @@ -[user] - email = gkleen@yggdrasil.li - name = Gregor Kleen -[push] - default = simple -[github] - user = - password = - oauth-token = -- cgit v1.2.3