Switched to using git URLs for submodules

closes #10265

- trying to balance ease of contributing with git urls not always working
- optimising for ease of contributing for now, but #10265 has other options just in case
This commit is contained in:
Hannah Wolfe 2018-12-10 16:15:04 +00:00
parent 7af2802e14
commit 6499e114ec
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "content/themes/casper"]
path = content/themes/casper
url = https://github.com/TryGhost/Casper.git
url = git@github.com:TryGhost/Casper.git
[submodule "core/client"]
path = core/client
url = https://github.com/TryGhost/Ghost-Admin.git
url = git@github.com:TryGhost/Ghost-Admin.git