Browse Source

Switch from Krakul to Messente git config

master
Arti Zirk 4 weeks ago
parent
commit
ee48d1a87a
  1. 4
      .config/git/config

4
.config/git/config

@ -54,8 +54,6 @@
fixes = Fixes: %h (\"%s\") fixes = Fixes: %h (\"%s\")
[tag] [tag]
sort = v:refname sort = v:refname
[url "ssh://git@github.com/krakul"]
insteadOf = https://github.com/krakul
[protocol "file"] [protocol "file"]
allow = always allow = always
[column] [column]
@ -66,3 +64,5 @@
sort = -committerdate sort = -committerdate
[fetch] [fetch]
prune = true prune = true
[includeIf "gitdir:~/code/messente/"]
path = ~/code/messente/gitconfig

Loading…
Cancel
Save