Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
gitflow
/
a0434cad2e2212f921e4f92ce9139702acd10eb4
/
.
/
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."