git rm path/to/removed/file.txt does not stage the removal
Open
- Dominant language
- JavaScript
- Stars
- 233
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
```
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.