Jj Up banner
nandofarias nandofarias

Jj Up

Development community

Description

Move up in the stack (to the next child change). Run: ```bash jj next --edit ``` If there are multiple children, `jj next` will show options. Help the user pick the right one. After moving, show the current position: ```bash jj log -r 'trunk()..@ | @' --limit 10 ``` If already at the top of the stack (no children, or only empty working copy above), inform the user.

Installation

Installs to ~/.claude/commands/nandofarias-dotfiles-jj-up.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nandofarias/dotfiles/HEAD/.claude/commands/jj-up.md -o ~/.claude/commands/nandofarias-dotfiles-jj-up.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository