I want to "pluck" (if that's a good word for it) just the unstaged files and copy them to a different directory. I don't want any other files in the repo... just these unstaged files.
Is there a git command or shell + git command to do this?
Updating question to respond to questions:
- I want to keep the file structure and files
- I am open to any combo of git and shell wizardry