Last Updated: February 25, 2016
·
377
· prasanthj

Create tar file while ignoring git related files

tar cvfz app.tar.gz --exclude ".git/*" --exclude ".git" app/

1 Response
Add your response

How about git archive? :)

over 1 year ago ·