restore deleted file in git
Accidentally deleted a file you didn’t mean to remove? Restore it by checking out git checkout Example: git checkout HEAD foo.bar
Read MorePosted by papadiddydoo | Aug 18, 2012 | Programming |
Accidentally deleted a file you didn’t mean to remove? Restore it by checking out git checkout Example: git checkout HEAD foo.bar
Read MorePosted by geekbacon | Aug 3, 2012 | Database, MySQL / Percona |
So I’ve ran into an emergency case where I had to restore a single table from a 40GB backup created with mysqldump (A logical backup). Restoring the whole thing would take more than two hours! Let’s use...
Read More
Recent Comments