Git Archive
The "git archive" command allows you to create a compressed archive of your repository, which can be useful for creating releases or backups.
git archive --format=zip HEAD -o my-repo.zip
No comments:
Post a Comment