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 conflict resolution when remote file is deleted #52787

Closed
ThetaSinner opened this issue Jun 25, 2018 · 2 comments
Closed

Git conflict resolution when remote file is deleted #52787

ThetaSinner opened this issue Jun 25, 2018 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality git GIT issues help wanted Issues identified as good community contribution opportunities verification-needed Verification of issue is requested verified Verification succeeded

Comments

@ThetaSinner
Copy link

I'm using Code for my merges these days and it's brilliant apart from deleted files.

When you've modified a file locally but it's been deleted remotely then there is no way to accept the remote change in Code.
You can copy changes into your local and commit if you wanted to keep the file.
If you want to accept the remote delete then you need to do a git remove locally.

It would be great to support git remove when you right click on the file (in the context menu with open file and stage changes)

@vscodebot vscodebot bot added the git GIT issues label Jun 25, 2018
@joaomoreno joaomoreno added feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities labels Jun 26, 2018
@joaomoreno joaomoreno added this to the Backlog milestone Jun 26, 2018
@maxmilton
Copy link

I tend to run into this a lot. In an active projects with a decent size team of devs it's a common occurrence.

Would be great to have some way to decide quickly in the UI. A note like "This file was removed in the remote repository, what would you like to do? [Keep] / [Remove]".

@joaomoreno
Copy link
Member

Good news guys, just implemented handling Deleted By Them and Deleted By Us conflicts!

@joaomoreno joaomoreno modified the milestones: Backlog, September 2018 Sep 19, 2018
@joaomoreno joaomoreno added the verification-needed Verification of issue is requested label Sep 24, 2018
@alexr00 alexr00 added verified Verification succeeded verification-needed Verification of issue is requested and removed verification-needed Verification of issue is requested labels Sep 26, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality git GIT issues help wanted Issues identified as good community contribution opportunities verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants