| Crates.io | pr-conflict-resolver |
| lib.rs | pr-conflict-resolver |
| version | 0.1.7 |
| created_at | 2025-01-14 06:45:22.532458+00 |
| updated_at | 2025-01-14 13:40:31.456989+00 |
| description | A tool to efficiently manage and repost GitHub Pull Requests |
| homepage | |
| repository | https://github.com/wtfsayo/pr-conflict-resolver |
| max_upload_size | |
| id | 1515582 |
| size | 7,104 |
A simple Rust tool to help manage Git pull requests and resolve merge conflicts with the develop branch.
Before using this tool, ensure you have:
Clone this repository:
git clone https://github.com/your-username/pr-conflict-resolver.git
cd pr-conflict-resolver
Build the project:
cargo build --release
pr-resolver <pr_number> [--no-interactive] [--work-dir <path>]
| Argument | Description | Required |
|---|---|---|
pr_number |
The number of the PR you want to work with | Yes |
--no-interactive |
Run without interactive prompts | No |
--work-dir |
Specify a custom working directory | No |
# Basic usage
pr-resolver 123
# Non-interactive mode
pr-resolver 123 --no-interactive
# With custom working directory
pr-resolver 123 --work-dir /path/to/work/dir
pull/{number}/head)pr{number}_forkpnpm clean and pnpm install --no-frozen-lockfileThe tool handles various scenarios:
Contributions are welcome! Feel free to:
MIT
A tool for managing pull requests and resolving merge conflicts