An open API service indexing awesome lists of open source software.

https://github.com/bruxisma/gh-update-branch

GitHub CLI extension that can call the update-branch API
https://github.com/bruxisma/gh-update-branch

gh-extension

Last synced: 3 months ago
JSON representation

GitHub CLI extension that can call the update-branch API

Awesome Lists containing this project

README

        

# Overview

`gh-update-branch` is a GitHub CLI extension that can ping the `update-branch`
API.

Usage is very simple: `gh update-branch []`

Accepts zero or one argument(s).

- If no argument, the current PR will be updated
- if argument is `--mine` than all yours PRs in the current repo will be updated
- Otherwise search a PR that respects argument criteria and update it

Additional features might be added in the future.