aboutsummaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-07 11:40:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-07 11:40:53 -0300
commite34abbc56476850d3804dfc2e7ee06d0b1242c7b (patch)
treecc29058a821da05019e11a9d5c70682d7ac97c38 /sandbox
parent77340f7860152d7bd3bc1f2e6af979a4be14a73f (diff)
downloadscripts-e34abbc56476850d3804dfc2e7ee06d0b1242c7b.tar.gz
scripts-e34abbc56476850d3804dfc2e7ee06d0b1242c7b.tar.bz2
Sandbox: git-flow support
Diffstat (limited to 'sandbox')
-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