Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

mmorys
Copy link
Contributor

@mmorys mmorys commented Apr 4, 2024

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.

Copy link
Member

@mamaraddio mamaraddio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mamaraddio mamaraddio merged commit 168a05a into zap-zsh:master Apr 9, 2024
5 checks passed
@wintermi
Copy link
Contributor

wintermi commented Apr 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to checkout plugin on branch other than master/main
3 participants