diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-18 18:12:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-18 18:12:53 -0300 |
commit | b7df083001c2fc15ab58ef89ea497a4a246ae2f7 (patch) | |
tree | ce87d95ba7ee1a9218c60115f7cfe7738a365670 | |
parent | 61eaacbc8e8a6e43120168bf60f82a265705bb9b (diff) | |
download | scripts-b7df083001c2fc15ab58ef89ea497a4a246ae2f7.tar.gz scripts-b7df083001c2fc15ab58ef89ea497a4a246ae2f7.tar.bz2 |
Sanbox: dev branch with vagrant support
-rwxr-xr-x | sandbox | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ fi git branch dev git checkout dev echo '.vagrant' >> .gitignore + git commit -a -m "Dev branch with vagrant support" # Use the best approach #git clone $BOOSTRAP $CODE/$PROJECT/puppet |