From 40dd2ada042d8df930a5ca77ff3420523859f84a Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Fri, 15 Sep 2023 09:00:40 +0200 Subject: [PATCH] :wrench: add gitconfig --- .gitconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..7467a22 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,7 @@ +[user] + email = kjelsrudsindre@gmail.com + name = Sindre Kjelsrud +[credential] + helper = store +[core] + editor = nvim