GIT: Checkout to a "Really" Specific Folder
- by Rafid K. Abdullah
I want to export, checkout, or whatever you call it from the index, HEAD, or any other commit, to a specific folder, how is that possible? Similar questions have already been asked:
GIT: Checkout to a specific folder
How to do a "git export" (like "svn export")
But the problem with the proposed solution is that they preserve the relative path.…