A .bundle file and how to run it

bundle

What is a .bundle file and how do I run it?

Best Answer

.bundle is also used by Git. If you have a Git bundle, use Git to checkout from the bundle. It is basically just a remote repository residing on your filesystem.

Related Question