Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/gh-stack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.3
Choose a base ref
...
head repository: github/gh-stack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.4
Choose a head ref
  • 7 commits
  • 38 files changed
  • 3 contributors

Commits on May 14, 2026

  1. Bump astro in /docs in the npm_and_yarn group across 1 directory (#86)

    Bumps the npm_and_yarn group with 1 update in the /docs directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).
    
    
    Updates `astro` from 6.1.8 to 6.3.1
    - [Release notes](https://github.com/withastro/astro/releases)
    - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
    - [Commits](https://github.com/withastro/astro/commits/astro@6.3.1/packages/astro)
    
    ---
    updated-dependencies:
    - dependency-name: astro
      dependency-version: 6.3.1
      dependency-type: direct:production
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 14, 2026
    Configuration menu
    Copy the full SHA
    05de7e1 View commit details
    Browse the repository at this point in the history
  2. Bump devalue in /docs in the npm_and_yarn group across 1 directory (#90)

    Bumps the npm_and_yarn group with 1 update in the /docs directory: [devalue](https://github.com/sveltejs/devalue).
    
    
    Updates `devalue` from 5.6.4 to 5.8.1
    - [Release notes](https://github.com/sveltejs/devalue/releases)
    - [Changelog](https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md)
    - [Commits](sveltejs/devalue@v5.6.4...v5.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: devalue
      dependency-version: 5.8.1
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 14, 2026
    Configuration menu
    Copy the full SHA
    d159b80 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. commands help text (#88)

    * more help text for commands
    
    * improved root help
    
    * fix typo
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    
    * updated examples for add cmd
    
    Co-authored-by: Sameen Karim <skarim@github.com>
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    skarim and Copilot authored May 15, 2026
    Configuration menu
    Copy the full SHA
    8a9f1c8 View commit details
    Browse the repository at this point in the history
  2. rm merge command (#89)

    skarim authored May 15, 2026
    Configuration menu
    Copy the full SHA
    00a9589 View commit details
    Browse the repository at this point in the history
  3. support multiple branches during init (#91)

    * implicitly adopt branches in init
    
    * deprecate adopt flag
    
    * update docs
    
    * address review comments
    skarim authored May 15, 2026
    Configuration menu
    Copy the full SHA
    d115ca0 View commit details
    Browse the repository at this point in the history
  4. docs on rebase workflow (#93)

    * docs on rebase workflow
    
    * highlight commit signing callout
    skarim authored May 15, 2026
    Configuration menu
    Copy the full SHA
    650a946 View commit details
    Browse the repository at this point in the history
  5. prune merged branches (#94)

    * prune merged branches
    
    * interactively prompt for prune
    
    * delete remote tracking ref too
    
    * disable selecting merged branches in TUIs
    
    * include full list (including merged PRs) in PUT request to stacks API
    
    * add prune to docs
    
    * addressing review comments
    
    * increment skill file version
    skarim authored May 15, 2026
    Configuration menu
    Copy the full SHA
    d3be1b5 View commit details
    Browse the repository at this point in the history
Loading