Notes for working with Git Submodules, taken from:
https://git-scm.com/book/en/v2/Git-Tools-Submodules
Grab submodule dependencies after a fresh clone
git submodule initgit submodule update
..or alternatively,
| AWSTemplateFormatVersion: 2010-09-09 | |
| Parameters: | |
| env: | |
| Type: String | |
| authRoleArn: | |
| Type: String | |
| unauthRoleArn: | |
| Type: String | |
Notes for working with Git Submodules, taken from:
https://git-scm.com/book/en/v2/Git-Tools-Submodules
Grab submodule dependencies after a fresh clone
git submodule initgit submodule update..or alternatively,