Skip to content

Commit

Permalink
Add README documentation (docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Dec 23, 2022
1 parent a5413b2 commit 142ce94
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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:

```bash
git remote add template [email protected]:cncsc/template-stacks.git
```

Then, fetch the most recent changes:

```bash
git fetch --all
```

Then, merge the changes from this template to your repository instance:

```bash
git merge template/main --allow-unrelated-histories
```

0 comments on commit 142ce94

Please sign in to comment.