From 554c4039ef9ec7b2ee7492ef9624e46584c21887 Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Sun, 22 Mar 2026 23:53:45 +0200 Subject: [PATCH] Add gitconfig --- .gitconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..d46fe73 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,15 @@ +[user] + name = Jonathan Agmon + email = jojo@agmon.co.il +[core] + editor = micro +[credential "https://github.com"] + helper = + helper = !/usr/bin/gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !/usr/bin/gh auth git-credential +[init] + defaultBranch = main +[credential] + helper = store