Monthly Archives: November 2018

Finding and Recovering lost files in Git

One problem in git is that when a user deletes a file accidentally, git acts as though the user intended to do that. The next time the user runs “git commit -a” then the list of transactions will include the … Continue reading

Posted in Uncategorized | Leave a comment