how to open a .bundle file
I needed to initialize the Git repository and add master
to the end of pull as shown below:
git init
git pull file.bundle master
git clone file.bundle targetdir
Or
git pull /tmp/file.bundle REFNAME
I needed to initialize the Git repository and add master
to the end of pull as shown below:
git init
git pull file.bundle master
git clone file.bundle targetdir
Or
git pull /tmp/file.bundle REFNAME