I temporarily wanted to get rid of some files for a certain commit and ran: git update-index --assume-unchanged file_name
on a bunch of files.
Then I closed my terminal, is there anyway of getting back the names of files that I ran the git update-index
command on so that I can run the --not-assume-unchanged
on them?