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 init
git submodule update
..or alternatively,
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 init
git submodule update
..or alternatively,
AWSTemplateFormatVersion: 2010-09-09 | |
Parameters: | |
env: | |
Type: String | |
authRoleArn: | |
Type: String | |
unauthRoleArn: | |
Type: String | |