Преглед изворни кода

revise adr: convert SSH URL to HTTPS (#178)

eric sciple пре 5 година
родитељ
комит
b4626ce19c
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      adrs/0153-checkout-v2.md

+ 2 - 0
adrs/0153-checkout-v2.md

@@ -239,6 +239,8 @@ submodules scenarios: recursive, non-recursive, relative submodule paths.
 
 When fetching submodules, follow the `fetch-depth` settings.
 
+Also when fetching submodules, if the `ssh-key` input is not provided then convert SSH URLs to HTTPS: `-c url."https://github.com/".insteadOf "git@github.com:"`
+
 Credentials will be persisted in the submodules local git config too.
 
 ### Port to typescript