lots of fixes, new music stuff
[distro-setup] / .gitconfig
index d15ab893f4f22d245693a43b568690a8c864352a..6ee3a0f6fb9097af95cfcc77ac24105ed6ba5907 100644 (file)
@@ -3,8 +3,6 @@ name = Ian Kelling
 email = iank@fsf.org
 #email = ian@iankelling.org
 [alias]
-# Always use the git lg alias instead of git log.  It's too easy to get
-# confused by not seeing branches in git log output.
 lg = log --graph
 lgstat = log --stat --graph --pretty=format:'%h %ad- %s [%an]'
 co = checkout
@@ -84,3 +82,6 @@ default = simple
 # Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): y
 [sendemail]
        confirm = auto
+# https://stackoverflow.com/questions/70663523/the-unauthenticated-git-protocol-on-port-9418-is-no-longer-supported
+[url "https://github.com/"]
+       insteadOf = git://github.com/