Resolve "CI: unable to merge to `dev` branch"
The git checkout -b
fails if the branch already exists.
We must use -B
to reset existing branch against its upstream.
Closes #58 (closed)
Edited by Daniel Dehennin
The git checkout -b
fails if the branch already exists.
We must use -B
to reset existing branch against its upstream.
Closes #58 (closed)