Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git meta add does not work #886

Open
martinRenou opened this issue Apr 22, 2024 · 1 comment
Open

git meta add does not work #886

martinRenou opened this issue Apr 22, 2024 · 1 comment

Comments

@martinRenou
Copy link

Unlike git add ., running git meta add . will only add newly created and modified files, it will not add removed files.

@martinRenou
Copy link
Author

On the same related problem:

git meta add path/to/removed/file.txt will report Invalid path: path/to/removed/file.txt, assuming it complains that the file does not exist?

git add path/to/removed/file.txt would work as intended and next commit will contain the removal of the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant