This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| # frozen_string_literal: true | |
| # ═══════════════════════════════════════════════════════════════════════════════ | |
| # PR Checkout - Interactive GitHub PR Checkout Script | |
| # ═══════════════════════════════════════════════════════════════════════════════ | |
| # | |
| # A portable, self-contained script for interactively checking out GitHub PRs. | |
| # Can be run from any git repository without project-specific dependencies. | |
| # |