| Vincent Driessen | 4f1cc33 | 2010-01-25 16:44:57 +0100 | [diff] [blame^] | 1 | #!/bin/sh |
| 2 | . gitflow-sh-setup | ||||
| 3 | |||||
| 4 | gitflow_require_branch 'master' | ||||
| 5 | gitflow_require_branch 'develop' | ||||
| 6 | gitflow_require_branch 'origin/develop' | ||||
| 7 | gitflow_require_branch 'origin/master' | ||||
| 8 | |||||
| 9 | echo "All OK." | ||||