-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Better UX when git checkout
to a not existing branch/tag
#4259
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
Labels
Needed: design decision
A core team decision is required
Comments
git checkout
to an not existing branch/taggit checkout
to a not existing branch/tag
A solution can be: change the build process order
But I'm not sure about the consequences of this change |
I suppose that this issue will be solved by #4876, right? |
Yup, I forgot to linked it |
Actually no, this one will fix this #4901 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes we can end in a case where the user deletes a version in their repo and want to build that version in rtd. When this happens, the user needs to build a different available version.
Because of the order of the build process, a wipe isn't enough to solve this
git checkout latest
latest
doesn't exist on the repo at the time (we updated the repo!)This currently affects branches only and should affect tags after #4258 is solved
Raised in #3913 (comment)
The text was updated successfully, but these errors were encountered: