I found this:
https://confluence.atlassian.com/bitbucket/resolve-merge-conflicts-704414003.html
but there are no examples about "Deleted in source but modified in destination"
I want to delete the file in destination too.
Hi Alex,
You can do this with a slight modification to the instructions you posted, if you follow the steps under "Resolving the conflict between git branches".
It seems counterintuitive to "git add" a file that you want to delete, as step 7 instructs, but this will tell git you want to track the change you've made, which in this case was to delete the file.
Cheers,
Isabella - Atlassian
thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.