Feature request: switch the order of skip when existing and script execution
Opened this issue · 1 comments
ns-ggeorgiev commented
The feature request
Currently when the conflict-strategy: skip
is set, the check if the branch already exists is only made after the script is executed. That essentially make the script execution completely pointless since the changes will be thrown away.
My use case
I have a lot of repos 70+ and some time slow script. In this case if I have to rerun the script it takes way longer that it could.
Implementation
- I would like to contribute this feature if it's a suitable addition to multi-gitter
- I have no intention of adding this feature myself.
lindell commented
This does absolutely make sense. Most of the scripts I've personally run are usually very small so it has not really mattered, but for long running script I can see this being an issue and there is not reason other than slightly cleaner code.