# pull_pull_request **Repository Path**: mirrors_samuelcolvin/pull_pull_request ## Basic Information - **Project Name**: pull_pull_request - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-21 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pull_pull_request [![pypi](https://img.shields.io/pypi/v/pull_pull_request.svg)](https://pypi.python.org/pypi/pull_pull_request) [![license](https://img.shields.io/github/license/samuelcolvin/pull_pull_request.svg)](https://github.com/samuelcolvin/pull_pull_request/blob/main/LICENSE) CLI for pull from pull requests and pushing to them. ## Installation ```bash uv tool install pull_pull_request ``` Add the an alias to your `~/.gitconfig`: ```toml [alias] ppr = "!f() { pull_pull_request $@; }; f" ... ``` ## Usage To pull: ```bash git ppr ``` To push back to that branch: ```bash git ppr push ```