Feature request: Add option --keep
to keep the working directory after the run
#493
Labels
enhancement
New feature or request
Thanks for this awesome tool! I have a fairly small, almost trivial request.
The feature request
Add a new option that does not delete the working directory after each run.
My use case
In my use case I clone a lot of repos to update them from a common template using git merge. There will be unresolved merge requests which I would like to resolve using the working copy of gitter and push from there. My current workflow is to commit the merge conflicts as is and push them. In a second step I would now like to fix the merge commits without checking out the repo separately.
Related: #245
Implementation
The text was updated successfully, but these errors were encountered: