# git-conflict-cli
[](https://crates.io/crates/git-conflict-cli)
[](../../LICENSE)
Interactive CLI tool for resolving git conflicts. Built on top of the [`git_conflict`](../git-conflict) library.
---
## Installation
```bash
cargo install git-conflict-cli
```
---
## Usage
From inside a git repository that has a conflict:
```bash
gcm <src_branch> <dest_branch>
```
**Example:**
```bash
gcm main feature/my-feature
```
---
## Options
| 1 | Keep local HEAD changes |
| 2 | Keep foreign branch changes |
| 3 | Remove markers and keep both changes |
---
## License
MIT — see [LICENSE](../../LICENSE)