Restoring old deleted files with git
I recently wanted to restore a bunch of old files in a directory using git. The files had been incrementally deleted over time to save space.
Post 1 - 3 (of 3)
I recently wanted to restore a bunch of old files in a directory using git. The files had been incrementally deleted over time to save space.
Setup Guide for GitHub SSH and Git commit and tag signing using GPG.
You made a mistake in a previous commit, maybe forgot to delete a console.log or missed a Linter warning? There are many simple ways to add changes to previous commits!