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
fails, because the hash will be interpreted as the branch variable at this point (running git fetch origin --depth 1 e0746e3e manually produces fatal: Couldn't find remote ref e0746e3e). On the other hand:
A statement like this
fails, because the hash will be interpreted as the
branch
variable at this point (runninggit fetch origin --depth 1 e0746e3e
manually producesfatal: Couldn't find remote ref e0746e3e
). On the other hand:also fails, probably in the checkout command.
Probably the syntax for
Requires
should allow to provide both the branch and the hash.The text was updated successfully, but these errors were encountered: