main branch; alias

This commit is contained in:
yage 2021-11-05 23:09:59 -06:00
parent 5db6a76623
commit 4bd6fcc0c8

View File

@ -1,6 +1,6 @@
[user] [user]
email = wagner.wryn@gmail.com email = wagner.wryn@gmail.com
name = Wryn Wagner name = yage
[push] [push]
default = current default = current
[difftool] [difftool]
@ -21,3 +21,7 @@
recurse = true recurse = true
[alias] [alias]
serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/ serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
[url "git@github.com:"]
insteadOf = https://github.com
[init]
defaultBranch = main