liaojinxing / ConflictResolver

An Xcode Source Editor Extension that helps resolving merge conflicts. There are three options, namely 'Accept theirs', 'Accept Yours', and 'Keep Both'. Only one click and it will make the change for you automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict Resolver

Description

  • An Xcode Source Editor Extension that helps resolving merge conflicts.
  • Available via Editor -> Resolve Conflict

Features

  • There are three options, namely 'Accept theirs', 'Accept Yours', and 'Keep Both'. Only one click and it will make the change for you automatically.
  • Jump to next conflict.
  • Git diff3 style supported.

How to install

  • Download the latest binary from https://github.com/liaojinxing/ConflictResolver/tree/master/Releases
  • Drag MergePlugin.app to your Applications folder
  • Double click MergePlugin.app and exit.
  • Go to System Preferences -> Extensions -> Xcode Source Editor and enable the extension
  • The menu-item should now be available from Xcode's Editor menu.

Licence

This project is released under the MIT license. See LICENSE.md.

About

An Xcode Source Editor Extension that helps resolving merge conflicts. There are three options, namely 'Accept theirs', 'Accept Yours', and 'Keep Both'. Only one click and it will make the change for you automatically.

License:MIT License


Languages

Language:Swift 100.0%