Stage deleted files

suggest change
git rm filename

To delete the file from git without removing it from disk, use the --cached flag

git rm --cached filename

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents