Skip to content

Instantly share code, notes, and snippets.

@havvg
Created August 7, 2012 10:30
Show Gist options
  • Save havvg/3284378 to your computer and use it in GitHub Desktop.
Save havvg/3284378 to your computer and use it in GitHub Desktop.
Push to cloudControl with submodules
[alias]
   cctrl = push --recurse-submodules=check cloudcontrol
@cordoval
Copy link

cordoval commented Aug 8, 2012

interesting command how does it work?

@havvg
Copy link
Author

havvg commented Aug 10, 2012

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