Skip to content

Git pull correctly actions modified files #324

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

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

isc-pbarton
Copy link
Collaborator

Fixes #323

The git diff now shows differences from the opposite side. So a file added on the remote branch is treated as an add rather than a delete, and vice versa.
I think no changelog required because this fixes unintended behavior from an unreleased change #320.

@isc-pbarton isc-pbarton requested a review from isc-tleavitt March 1, 2024 18:05
Copy link
Collaborator

@isc-tleavitt isc-tleavitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. Thank you!

@isc-tleavitt isc-tleavitt merged commit 37da37d into intersystems:main Mar 4, 2024
@isc-pbarton isc-pbarton deleted the fix-pull branch March 4, 2024 14:22
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

Successfully merging this pull request may close these issues.

Pull treats added files from remote branch as deletes
2 participants