mirror of
https://github.com/charmbracelet/gum
synced 2026-03-14 21:55:45 +01:00
5 lines
118 B
Bash
Executable file
5 lines
118 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# List all pull requests and checkout the branch
|
|
|
|
gh pr list | gum choose | cut -f1 | xargs gh pr checkout
|