blob: ad7126ca8b02bae96652a2a9605b361f3b4b1d49 [file] [log] [blame]
Vincent Driessen4f1cc332010-01-25 16:44:57 +01001#!/bin/sh
2. gitflow-sh-setup
3
4gitflow_require_branch 'master'
5gitflow_require_branch 'develop'
6gitflow_require_branch 'origin/develop'
7gitflow_require_branch 'origin/master'
8
9echo "All OK."