git: Use GitLab via SSH
This commit is contained in:
parent
24667d6af8
commit
075d969e76
1 changed files with 5 additions and 0 deletions
|
@ -33,7 +33,12 @@
|
||||||
insteadOf = https://github.com/
|
insteadOf = https://github.com/
|
||||||
pushInsteadOf = https://github.com/
|
pushInsteadOf = https://github.com/
|
||||||
|
|
||||||
|
[url "git@gitlab.com:"]
|
||||||
|
insteadOf = https://gitlab.com/
|
||||||
|
pushInsteadOf = https://gitlab.com/
|
||||||
|
|
||||||
[fetch]
|
[fetch]
|
||||||
fsckObjects = true
|
fsckObjects = true
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue