{{ message }}
What's wrong with resetting with both --mixed and paths? #1876
Answered
by
EliahKagan
EliahKagan
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
EliahKagan
Apr 1, 2024
Replies: 2 comments
-
|
Under the assumption that the project was moved from Maybe one can try |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EliahKagan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Although I can't be certain there isn't further relevant information in the lost issue, I think I've figured this out. It's much more straightforward than I'd feared and indeed trying it out as you suggested in #1876 (comment) led directly to the answer.
Running
git reset --mixed -- pathalways shows a warning. For example:The suggestion of what to do instead was added in git/git@a4941a8, but the behavio…