export a git-repo as a bundle

Written by  on July 31, 2017 

Archiving the whole directory is also an idea, but why not use the integrated functionality?
More hints: https://stackoverflow.com/a/5578292/1694302

export to a single file (bunlde):
git bundle create ../SAP_autoIt_bundle --all

recreate:
git clone SAP_autoIt_bundle myClonedFolder

Category : Git

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.