Tar¶ How to create a tarball of a git repository using git archive Simon Willison’s TILs (til.simonwillison.net) Commands¶ List contents: tar -ztvf filename.tar.gz Add from find: tar czf x_files.tar.gz $(fd -HI .x)