Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rattermeyer/ansible-cdenv

CD Environment
https://github.com/rattermeyer/ansible-cdenv

Last synced: about 1 month ago
JSON representation

CD Environment

Awesome Lists containing this project

README

        

# Intro

# Subtrees

This repository uses subtrees.
If you want to modify the following subtree "repos" please read the following chapters.

## Adding remotes for our subtrees

git remote add ansible-roles https://github.com/rattermeyer/ansible-roles.git

## Updating roles subtree

git subtree pull --prefix=roles --squash ansible-roles master

## Backporting changes to common codebase (these should be applicable to all container repos that use roles as a subtree)

git subtree push -P roles ansible-roles master