Currently, when using cluv submit in a dirty repo, a red error message is shown.
It would be nice to add a flag to cluv submit, something like --make-commit to automatically create a commit with all the modified (tracked) files.
- The commit should also include the command of the launched job in the commit body.
- The job ID will not be available at that point (the job is submitted after the commit).
Currently, when using
cluv submitin a dirty repo, a red error message is shown.It would be nice to add a flag to
cluv submit, something like--make-committo automatically create a commit with all the modified (tracked) files.