From 150d0724a28a8c1a940ad102ad9e2292d12b458c Mon Sep 17 00:00:00 2001 From: Seppl Date: Sun, 21 Apr 2024 11:47:57 +0200 Subject: [PATCH] add user .gitconfig --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..6a5b55c --- /dev/null +++ b/.gitconfig @@ -0,0 +1,3 @@ +[user] + name = Seppl + email = xhopfmueller@gmail.com \ No newline at end of file