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.1
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.2
Choose a head ref
  • 13 commits
  • 43 files changed
  • 2 contributors

Commits on Apr 13, 2026

  1. skip pulling merged branches during remote checkout (#16)

    * skip pulling merged branches during remote checkout
    
    * show message if stack fully merged
    skarim authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    e06284f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. docs site styling (#20)

    * docs site styling
    
    * nav styling
    
    * tidying up some small styles
    
    * mobile nav styling
    
    ---------
    
    Co-authored-by: Dean <deanblacc@github.com>
    skarim and deanblacc authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    c80e10c View commit details
    Browse the repository at this point in the history
  2. docs site content updates (#28)

    * additional private preview callouts
    
    * squash merge clarification
    
    * home page updates
    
    * merge process clarification
    skarim authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    5c1fe16 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. fix for inflated diff counts when base branch has been updated since …

    …stack init (#39)
    
    * fix for inflated diff counts when base branch has been updated since stack init
    skarim committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    72b4dc5 View commit details
    Browse the repository at this point in the history
  2. fast forward active branches where local is behind remote (#40)

    * fast forward active branches where local is behind remote
    skarim committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    766d0e2 View commit details
    Browse the repository at this point in the history
  3. fix for rev-parse error when rebasing over deleted branches (#41)

    * fix for rev-parse error when rebasing over deleted branches
    skarim committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    b038eed View commit details
    Browse the repository at this point in the history
  4. fix for rev-parse error during sync with deleted branches (#42)

    * fix for rev-parse error during sync
    
    * clearer info msg with rebasing over merged PRs
    skarim committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    22c8ef4 View commit details
    Browse the repository at this point in the history
  5. fix --onto rebase for merged branches (#43)

    * backfill ontoOldBase for deleted merged branches
    
    * ensure upstack rebase checks immediate predecessor
    
    * fix for stale ontoOldBase causing rebase conflicts
    skarim committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    f706944 View commit details
    Browse the repository at this point in the history
  6. minor docs styling & content updates (#48)

    * udpate meta tags for docs site
    
    * stack diagram styling fixes
    
    * update favicon
    
    * recommend gh skill to install skills file
    skarim committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    8aba980 View commit details
    Browse the repository at this point in the history
  7. preflight check for stacked PR availability in submit (#44)

    * preflight check for stacked prs before submit
    
    * close pipe read end in test to avoid FD leak
    
    * concise var reuse
    skarim committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    8893d27 View commit details
    Browse the repository at this point in the history
  8. ignore stale merged/closed PRs for reused branch names (#49)

    * ignore stale merged/closed PRs for reused branch names
    
    * guard for edge case of deleted PR
    skarim committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    42e43a4 View commit details
    Browse the repository at this point in the history
  9. link command for api-only operations (#50)

    * link cmd for api-only stack upserts
    
    * accept branch names too
    
    * push branches first
    
    * update docs with link cmd details
    
    * adding more logging
    skarim committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    a00ff54 View commit details
    Browse the repository at this point in the history
  10. switch command (#51)

    * switch cmd to interactively switch to another branch in the stack
    
    * add switch to docs
    
    * addressing review comments
    
    * bump skill file version
    
    * default to current branch
    skarim committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    7af17b5 View commit details
    Browse the repository at this point in the history
Loading