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