From 0a7f58d483c07058992411f6cf1a45c5c098e5a7 Mon Sep 17 00:00:00 2001 From: Brian Long Date: Wed, 16 Dec 2020 22:45:15 -0500 Subject: [PATCH] added initial README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a65624 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ + +## Purpose + +This Git Repository intends to represent environments in Docker Compose. All environments are effectively a derivative of other environments. The original environment is the environment represented by the `base` branch. All derivative environments are represented by other branches. Those branches are named in the format `{core}.{parent}`. +