Last Updated: July 24, 2020
·
1.524K
· polimorfico

Remove deleted files from git

Have you moved or deleted several files and want to remove them from your local repo? It's easy!

git add -u

This git command will delete all removed files and update modified files.

1 Response
Add your response

I can't believe I didn't know this. Thanks for sharing.

over 1 year ago ·