Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 573 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 573 Bytes

template-stacks

This repository is a template of a monorepo for declaratively managing infrastructure and configuration.

Updating from the template

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