opp

command module
v0.0.0-...-a61a61a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2025 License: MIT Imports: 10 Imported by: 0

README

Opp

Opp is an Opinionated Pull request Pusher for github.

It takes away the hassle of going to the github UI to create and merge pull requests.

Installing

go install github.com/cupcicm/opp@latest

Demo

Usage

Let's say your history is this

You can create two separate PRs like this

Independent PRs Dependent PRs
opp pr HEAD^
opp pr --base master HEAD
opp pr HEAD^
opp pr HEAD
You can merge either pr/1 or pr/2 first You need to merge pr/1 first as pr/2 depends on it

Features

  • Create pull requests without having to choose (or remember) a branch name: opp creates a local branch called pr/1234 to match PR #1234.
  • push, pull and merge from the command line: opp push / opp pull / opp merge
  • easily create sets of dependant PRs: ask for review on PR 2 that depends on PR 1 being merged. Then opp will take care of merging them in the right order.
  • Don't write the PR description yourself. opp chooses the longest commit message in your commits and uses it as the description.
  • Extract Story from commit messages and add it to the PR title and body.

Questions / contributions

  • please feel free to create issues
  • or send pull requests
  • or come discuss it on discord :

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL