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
| # Fetch remote updates, rebase the stack onto the latest base, and push changed layers. | |
| # Works best when stack branches use the `stack/` prefix, e.g. `stack/my-feature`. | |
| customCommands: | |
| - key: '#' | |
| description: 'gh stack' | |
| commandMenu: | |
| - key: 'h' | |
| description: 'Handle stack state' | |
| commandMenu: |