Add gitconfig
This commit is contained in:
15
.gitconfig
Normal file
15
.gitconfig
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user