From 1566502bac9bf43e9cf5333eb37549f3dc71b0c5 Mon Sep 17 00:00:00 2001 From: Jacob Bohanon Date: Tue, 27 Sep 2022 08:17:23 -0400 Subject: [PATCH] add gitconfig --- .gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..0e5dca2 --- /dev/null +++ b/.gitconfig @@ -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