From: Silvio Rhatto Date: Mon, 7 Apr 2014 14:40:53 +0000 (-0300) Subject: Sandbox: git-flow support X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e34abbc56476850d3804dfc2e7ee06d0b1242c7b;p=scripts.git Sandbox: git-flow support --- 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