git-conflict-cli 0.1.2

A git conflict manager library
git-conflict-cli-0.1.2 is not a library.

git-conflict-cli

Crates.io License

Interactive CLI tool for resolving git conflicts. Built on top of the git_conflict library.


Installation

cargo install git-conflict-cli

Usage

From inside a git repository that has a conflict:

gcm <src_branch> <dest_branch>

Example:

gcm main feature/my-feature

Options

Option Description
1 Keep local HEAD changes
2 Keep foreign branch changes
3 Remove markers and keep both changes

License

MIT — see LICENSE