Created
August 7, 2012 10:30
-
-
Save havvg/3284378 to your computer and use it in GitHub Desktop.
Push to cloudControl with submodules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
cctrl = push --recurse-submodules=check cloudcontrol |
interesting command how does it work?
It's a shortcut alias to the push command. It pushes to the cloudcontrol
remote.
The check ensures, that you don't push wrong submodules, e.g. only those reachable from your local environment or with your ssh key.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
cloudcontrol
remote points to the applications repository on cloudcontrol!