twosigma / git-meta

Repository for the git-meta project -- build your own monorepo using Git submodules
http://twosigma.github.io/git-meta
BSD 3-Clause "New" or "Revised" License
216 stars 50 forks source link

git rm path/to/removed/file.txt does not stage the removal #887

Open martinRenou opened 2 months ago

martinRenou commented 2 months ago
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.