It will be useful give full example
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).
The README says:
Start with your local git clone clean and up to date on a release branch, e.g. 8.3.x (for core) or 8.x-1.x (for contrib). We'll call this the master branch.
What can I add to that to make it clearer?