diff --git a/README.md b/README.md index 29e3161..291e692 100644 --- a/README.md +++ b/README.md @@ -854,9 +854,10 @@ View diff decorations in editor. See [documentation](https://code.visualstudio.c ## Resolve merge conflicts -During a merge, click the Source Control button in the Activity Bar and make changes in the diff view. +During a merge, click the Source Control button in the Activity Bar and make changes in the diff view. Select and accept current, incoming or both changes in just one click. ![git icon](/media/git_icon.png) +![resolve merge conflicts](/media/resolve_merge_conflicts.gif) ## Setup VS Code as default merge tool diff --git a/media/resolve_merge_conflicts.gif b/media/resolve_merge_conflicts.gif new file mode 100644 index 0000000..756d8db Binary files /dev/null and b/media/resolve_merge_conflicts.gif differ