aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsandbox5
1 files changed, 5 insertions, 0 deletions
diff --git a/sandbox b/sandbox
index acfdc55..8cce1e9 100755
--- a/sandbox
+++ b/sandbox
@@ -34,6 +34,11 @@ else
if which git-hooks &> /dev/null; then
git hooks --install
fi
+
+ if [ -e "/usr/lib/git-core/git-flow" ]; then
+ git branch develop
+ git flow init -d
+ fi
)
fi