Last active
February 3, 2016 13:05
-
-
Save riseremi/cbecdd58ee93897b31d3 to your computer and use it in GitHub Desktop.
tarball git untracked files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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