Written by marcelpetrick
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
Leave a Reply
You must be logged in to post a comment.