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
- Host: GitHub
- URL: https://github.com/bruxisma/gh-update-branch
- Owner: bruxisma
- License: mit
- Created: 2021-08-25T06:14:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T01:30:44.000Z (over 2 years ago)
- Last Synced: 2025-02-01T20:26:15.152Z (4 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - bruxisma/gh-update-branch - GitHub CLI extension that can call the update-branch API (Shell)
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 itAdditional features might be added in the future.