Open wjmelements opened 6 years ago
By design, cpr prevents you from making a pull request from the trunk branch. I want a -f option to override that behavior.
cpr
-f
Example
git checkout develop cpr -fb master
Example git checkout develop cpr -fb master
34071dc5b3018d1055f9de6f56a8f1b4c4be50df
By design,
cpr
prevents you from making a pull request from the trunk branch. I want a-f
option to override that behavior.