Git Smarter: Retrieve deleted files from history [ git unremove ]
In the course of development, there are times you want to look at or retrieve a file deleted sometime in the past - and you probably don’t know when it was deleted. I’ve written a simple git alias that makes it super easy. So how does this work? If you don’t care, then just copy and paste the config line above - if you want to know what’s going on here, read on. ...