``` rm path/to/removed/file.txt git rm path/to/removed/file.txt ``` is a valid git workflow which does not work with `git meta`, instead git meta complains that the file does not exist.