How can I create an archive of the current repository including local uncommitted changes using git archive?
git archive
If you haven't committed the changes, then git archive won't help you. If you just want a snapshot of your working area, tar is probably your best bet.
tar