Thank you for tool!
But I think it will be useful give full example for particular project. Commands from A to Z.
For example:
cd /var/www/patches
git clone --branch 8.7.x https://git.drupal.org/project/drupal.git
cd drupal
dorgflow https://www.drupal.org/project/drupal/issues/2652236
I've spend full day to understand, that I must receive project via "git clone" and not via "composer require ..." (because "composer require" command get repo with different branches).
Thank you for tool!
But I think it will be useful give full example for particular project. Commands from A to Z.
For example:
cd /var/www/patches
git clone --branch 8.7.x https://git.drupal.org/project/drupal.git
cd drupal
dorgflow https://www.drupal.org/project/drupal/issues/2652236
I've spend full day to understand, that I must receive project via "git clone" and not via "composer require ..." (because "composer require" command get repo with different branches).