-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
Ran into a bug when trying to pass the branch
option with a newly-created branch. It seems that PlugUpdate
does not fetch new branches because I get the following error:
error: pathspec 'issue23' did not match any file(s) known to git.
I had to manually run git fetch
in the plugin's repo folder before executing PlugUpdate
for it to work.