How to update (Linux)? #287
Answered
by
VolkerMuehlhaus
VolkerMuehlhaus
asked this question in
Q&A Usage
-
|
Dear all, I tried to update using the method described here at the very bottom: When I try to run the update, this error comes up because I had modified one of the examples: I have no clue about git commandline options, and could not find out what exactly I need to do. I want to drop my changes and overwrite, can anyone tell me what to do? Best regards |
Beta Was this translation helpful? Give feedback.
Answered by
VolkerMuehlhaus
Feb 12, 2025
Replies: 1 comment 1 reply
-
|
I now deleted that changed local file which git complains about, and then the git pull --recurse-submodules ran with no errors. Is this the correct way to resolve this? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
VolkerMuehlhaus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I now deleted that changed local file which git complains about, and then the git pull --recurse-submodules ran with no errors. Is this the correct way to resolve this?