Commit b26c32fc authored by Vincent Driessen's avatar Vincent Driessen

Remove test-sh-setup test file.

parent ec2c895c
#!/bin/sh
. gitflow-sh-setup
gitflow_require_branch 'master'
gitflow_require_branch 'develop'
gitflow_require_branch 'origin/develop'
gitflow_require_branch 'origin/master'
gitflow_require_branches_equal 'master' 'origin/master'
gitflow_require_branches_equal 'develop' 'origin/develop'
gitflow_require_branches_equal 'rebase-not-merge' 'truemped/rebase-not-merge'
echo "All OK."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment