Skip to content
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 not correctly solving conflicts on the absence of conflicts #515

Open
PgBiel opened this issue Jan 1, 2025 · 0 comments
Open
Labels
bug Something isn't working. integration Integration with other tools.

Comments

@PgBiel
Copy link

PgBiel commented Jan 1, 2025

Description

Sometimes the web app is trying to be too smart when doing a pull on git integration. I can make some changes, but then undo the changes to avoid conflicts when pulling - say, by pasting the old version of the file (in the latest commit previously pulled by the web app) on top of the modified version to get fully rid of my "dirty tree" state in the web app -, but if I do that, that seems to consistently cause problems when pulling. The file gets apparently scrambled, with changes appearing together at the top, or with some changes being skipped (lines that should have been deleted but weren't, for example).

Reproduction URL

No response

Browsers

Firefox

OS

Linux

@PgBiel PgBiel added bug Something isn't working. integration Integration with other tools. labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. integration Integration with other tools.
Projects
None yet
Development

No branches or pull requests

1 participant