I removed 777 files which were in Git's branch newFeature by
rm !(example)
I would like to commit. Git ask me to manually remove each of the removed files by
git rm file
It would take a lot of time to write the above command for all 777 files which names are not similar.
How can I remove these 777 files in my Git branch newFeature? I want to keep them as a backup for later use, but now, I want to be without them.