Skip to content

Instantly share code, notes, and snippets.

@riseremi
Last active February 3, 2016 13:05
Show Gist options
  • Save riseremi/cbecdd58ee93897b31d3 to your computer and use it in GitHub Desktop.
Save riseremi/cbecdd58ee93897b31d3 to your computer and use it in GitHub Desktop.
tarball git untracked files
git ls-files -o | tar --files-from -cf result.tar
git ls-files -o | tar -Tcf result.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment