Fix gitflow initialization
This commit is contained in:
parent
4dedafba3c
commit
ddf298e19f
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
contextRoot="$(mktemp -d)";
|
contextRoot="$(mktemp -d)";
|
||||||
pushd "$contextRoot" > /dev/null;
|
pushd "$contextRoot" > /dev/null;
|
||||||
git init;
|
git init;
|
||||||
|
git commit --allow-empty -m "Initial commit";
|
||||||
git branch main;
|
git branch main;
|
||||||
git branch dev;
|
git branch dev;
|
||||||
yes "" | git flow init;
|
yes "" | git flow init;
|
||||||
|
|
Loading…
Reference in a new issue