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
Explanation:
vcs does not fetch the git commits corresponding to pull requests (unless it has access to the source branch and we are interested in /head rather than /merge)
Solution:
Given the desired version is a commit hash, vcs should first run git fetch origin <the hash> before attempting to checkout the hash.
The text was updated successfully, but these errors were encountered:
Run the following to reproduce:
Explanation:
vcs does not fetch the git commits corresponding to pull requests (unless it has access to the source branch and we are interested in /head rather than /merge)
Solution:
Given the desired version is a commit hash, vcs should first run
git fetch origin <the hash>
before attempting to checkout the hash.The text was updated successfully, but these errors were encountered: