You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you go from antidote bundle zsh-users/zsh-autosuggestions branch:develop to antidote bundle zsh-users/zsh-autosuggestions, your repo's branch does not change.
The text was updated successfully, but these errors were encountered:
Note: I think antibody has this bug too. The solution is probably to clone to a different directory for each branch since you could (weirdly) bundle the same repo multiple times with different branches.
This is a tricky bug because you need to get the default branch on every repo. Something like this: dfltbr=$(git symbolic-ref --short refs/remotes/origin/HEAD); echo ${dfltbr#*/}
The solution is probably to clone to a different directory for each branch since you could (weirdly) bundle the same repo multiple times with different branches.
If you opt for this solution I suggest you to implement it before releasing v2.0 which already contains breaking changes so as to avoid breaking things twice in a row.
If you go from
antidote bundle zsh-users/zsh-autosuggestions branch:develop
toantidote bundle zsh-users/zsh-autosuggestions
, your repo's branch does not change.The text was updated successfully, but these errors were encountered: