Doorgaan naar hoofdcontent

Posts

Posts uit juli, 2018 tonen

git partial revert

So, apparently I removed an entire directory. A long time ago in the history. But I want it back. I want it back for good. git checkout <commit id> -- <path-to-directory> Will checkout the directory nicely, thus restoring it. Also for files, etc.