add gitconfig

This commit is contained in:
2022-09-27 08:17:23 -04:00
parent 3f230ac0ab
commit 1566502bac

9
.gitconfig Normal file
View File

@@ -0,0 +1,9 @@
[user]
name = Jacob Bohanon
email = jacobbohanon@gmail.com
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[tag]
sort = version:refname
[init]
defaultBranch = master