-
Notifications
You must be signed in to change notification settings - Fork 953
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
git pull error: The following untracked working tree files would be overwritten by merge #92
Comments
This is caused by changing the basic structure of the The are two possible solutions (pick only one):
|
This is not really an issue that could be solved. Everyone that had I will keep this open for now, since this way, it is more visible for anyone searching for the reason why |
Thanks :) |
git fetch --all This worked for me, May be helpful for other. |
Yes this works..thanks |
Even after performing the above steps my issue was not solved.
|
take this example: What if I am OK to overwrite one file due to merge but want to retain my version for 2 other files? |
I'm having this same problem, I tried: How do I get around this? |
@auxiliaryjoel I think that you are in the wrong project (we have never had any of the mentioned files in our repository). Are you sure that you are in a RetDec repository? |
$ git add * You will lose the local changes however. |
oh ok so the : |
Added in this commit: • New picture + Super Shotgun A big applause and shoutout to mtkumar82: • git fetch --all • git reset --hard origin/{{your branch name}}
omgthank you |
run... |
|
ok.. nothing too tough about it.. i had one file listed.. I deleted it, then did a git pull, |
I am locking the issue as it has been solved and the newly appearing discussions are not related to RetDec. |
Pulling a new master ends with the following error:
The text was updated successfully, but these errors were encountered: