I'm looking for a parameter of the commit command to send all files (modified, deleted, versioned, etc...). For example, I have a file that was deleted, when I execute the command "commit PATH -m "Commit of %date%" " nothing happened because the file is unceck when we try to commit manually...
Is there a solution for me ?
I tried arguments of commit command like --no-unlock --target etc...