From e34abbc56476850d3804dfc2e7ee06d0b1242c7b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 7 Apr 2014 11:40:53 -0300 Subject: Sandbox: git-flow support --- sandbox | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sandbox') 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 -- cgit v1.2.3