Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rattermeyer/ansible-cdenv
CD Environment
https://github.com/rattermeyer/ansible-cdenv
Last synced: about 1 month ago
JSON representation
CD Environment
- Host: GitHub
- URL: https://github.com/rattermeyer/ansible-cdenv
- Owner: rattermeyer
- Created: 2015-11-21T14:44:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T21:18:38.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T08:07:44.665Z (2 months ago)
- Language: HTML
- Size: 2.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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