Options (4)
-r, --revisionbooleanMove all changes from given revision to its parent
Example:
jj squash {{[-r|--revision]}} {{revset}}-f, --frombooleanMove all changes from given revision(s) to given other revision
Example:
jj squash {{[-f|--from]}} {{revsets}} {{[-t|--into]}} {{revset}}-t, --intobooleanMove all changes from given revision(s) to given other revision
Example:
jj squash {{[-f|--from]}} {{revsets}} {{[-t|--into]}} {{revset}}-i, --interactivebooleanInteractively choose which parts to squash
Example:
jj squash {{[-i|--interactive]}}Examples (4)
Move all changes from current revision to its parent
Move all changes from given revision to its parent
jj squash [-r|--revision] revsetMove all changes from given revision(s) to given other revision
jj squash [-f|--from] revsets [-t|--into] revsetInteractively choose which parts to squash
jj squash [-i|--interactive]made by @shridhargupta | data from tldr-pages