Files
seer/notes/README.github
2022-08-24 18:16:57 -05:00

13 lines
313 B
Plaintext

#
# To manually create a tar file of Seer release (something that GitHub would create), run these commands.
#
% cd seer/
% git archive --format=tar.gz --prefix=seer-1.9/ HEAD > ~/seer-1.9.tar.gz
# git archive looks at this file for a list of files and directories to exclude.
seer/.gitattributes