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

Additional button for Git Pull action #650

Open
muknta opened this issue Oct 23, 2024 · 3 comments
Open

Additional button for Git Pull action #650

muknta opened this issue Oct 23, 2024 · 3 comments

Comments

@muknta
Copy link

muknta commented Oct 23, 2024

I am facing the issue with git sync action. I am trying to sync the repo, and it says it has conflicts. Conflicts, because I have two devices, and there are some remote commits which need to be pulled. Those remote commits are related to different files than local commits, so no UI for conflicts resolving needed.

So there is no way to fix those "conflicts" on this app. The solution is to Pull the new remote commits at first, and then to Push the local commits.

@SimplyDanny
Copy link
Collaborator

The solution is to Pull the new remote commits at first, and then to Push the local commits.

I think this is exactly what the sync action does - it first pulls then pushes.

This app has never intended to be a Git client. So it's totally overtaxed by conflicts no matter how complicated they seem to be. My recommendation is to bring your remote branch in a state which the app can easily sync with.

@muknta
Copy link
Author

muknta commented Oct 24, 2024

I believe the bug remains since 2019.
#315

I don't think think it's a solution for a problem but yet
#315 (comment)

@muknta
Copy link
Author

muknta commented Oct 24, 2024

@SimplyDanny I suggested the additional button for pulling as it was on my Android's app for Password Store, and I hadn't any issues with git sync. But I got your point. If the git sync wasn't buggy, it would be working the same correct way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants