This repository is a template of a monorepo for declaratively managing infrastructure and configuration.
To pull updates from this template to your repository instance, add this template repository as a remote to your repository instance:
git remote add template [email protected]:cncsc/template-stacks.git
Then, fetch the most recent changes:
git fetch --all
Then, merge the changes from this template to your repository instance:
git merge template/main --allow-unrelated-histories