summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-05 00:22:06 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-05 00:22:07 +0200
commit6f77f9fd45b18bfbf97919fd25ad59bd3edcd5f3 (patch)
tree5e890e7d28de36895cfcf3c544e545a2ea719f48
parent813e2b7e357b20a7807bed474237e7a1caf8468f (diff)
downloaddotfiles-6f77f9fd45b18bfbf97919fd25ad59bd3edcd5f3.tar.gz
dotfiles-6f77f9fd45b18bfbf97919fd25ad59bd3edcd5f3.tar.bz2
dotfiles-6f77f9fd45b18bfbf97919fd25ad59bd3edcd5f3.zip
Replace git:// by https://
-rw-r--r--.gitconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 255a896..0bf0fc2 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -46,11 +46,11 @@
branch = yellow bold
# this allows to write 'nec:bla/blubb'
-[url "git://git.necoro.eu/"]
+[url "https://git.necoro.eu/"]
insteadOf = "nec:"
[url "ssh://git@git.necoro.eu/"]
pushInsteadOf = "nec:"
- pushInsteadOf = "git://git.necoro.eu/"
+ pushInsteadOf = "https://git.necoro.eu/"
# vim: noexpandtab