diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-07 11:40:53 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-07 11:40:53 -0300 |
| commit | e34abbc56476850d3804dfc2e7ee06d0b1242c7b (patch) | |
| tree | cc29058a821da05019e11a9d5c70682d7ac97c38 | |
| parent | 77340f7860152d7bd3bc1f2e6af979a4be14a73f (diff) | |
| download | scripts-e34abbc56476850d3804dfc2e7ee06d0b1242c7b.tar.gz scripts-e34abbc56476850d3804dfc2e7ee06d0b1242c7b.tar.bz2 | |
Sandbox: git-flow support
| -rwxr-xr-x | sandbox | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
