]> gitweb.fluxo.info Git - scripts.git/commitdiff
Sandbox: git-flow support
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 7 Apr 2014 14:40:53 +0000 (11:40 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 7 Apr 2014 14:40:53 +0000 (11:40 -0300)
sandbox

diff --git a/sandbox b/sandbox
index acfdc557cdb0ed70c928e899e2e16f53c6169d78..8cce1e922f197b6cbaad3cffc9038d15fd77d29a 100755 (executable)
--- 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