zap-zsh / zap

:zap: Zap is a minimal zsh plugin manager
https://www.zapzsh.com/
GNU General Public License v3.0
942 stars 33 forks source link

fix "#181 Unable to checkout plugin on branch other than master/main" #182

Closed mmorys closed 3 months ago

mmorys commented 3 months ago

Fixes #181 by adding a call to

git -C "$plugin_dir" remote set-branches origin '*' > /dev/null 2>&1

before pulling and checking out the desired branch/hash.

wintermi commented 3 months ago

Merged into the release-v1 branch and tagged as 1.2.2 ready for users to update to.