Sfoglia il codice sorgente

git.hammerle.me: always push via ssh

similar to commit 9a5981bf3e17aa65ec805b94fe92d83f232bae16

https://git-scm.com/docs/git-config#Documentation/git-config.txt-urlltbasegtpushInsteadOf
Fabian Peter Hammerle 1 anno fa
parent
commit
cbdaa6cc6b
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

@@ -62,6 +62,9 @@
 [push]
 	default = current
 
+[url "git@git.hammerle.me:"]
+	pushInsteadOf = https://git.hammerle.me/
+
 [url "git@github.com:"]
 	pushInsteadOf = https://github.com/