initial commit
This commit is contained in:
11
.gitconfig
Normal file
11
.gitconfig
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
||||
[user]
|
||||
email = misc@wiesner.com.br
|
||||
name = alex
|
||||
[init]
|
||||
defaultBranch = main
|
||||
Reference in New Issue
Block a user