restore deleted file in git Posted by papadiddydoo | Aug 18, 2012 | Programming | 0 | Accidentally deleted a file you didn’t mean to remove? Restore it by checking out git checkout Example: git checkout HEAD foo.bar
Recent Comments