Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
gitflow
/
4f1cc330446627af485a054cab14003781a97f9f
/
.
/
test-sh-setup
blob: ad7126ca8b02bae96652a2a9605b361f3b4b1d49 [
file
] [
log
] [
blame
]
#!/bin/sh
.
gitflow
-
sh
-
setup
gitflow_require_branch
'master'
gitflow_require_branch
'develop'
gitflow_require_branch
'origin/develop'
gitflow_require_branch
'origin/master'
echo
"All OK."