Determining if your branch is part of a GitHub Stacked PR
A developer shares a zsh script that uses jq to parse GitHub's gh-stack metadata file and display a branch's position in a stacked PR (e.g., 🥞 1/3), noting that the data can become stale until `gh sta…