# Jujustsu (`jj`) ## Basic Operations ### Status & Log `jj status`: show current status of the working copy `jj log -r|--revisions `: show commits of a given revset `jj log -r|--revisions ::@`: show all ancestors of the working copy ### Describing & Creating Commits `jj describe -m|--message `: add a description to the working copy `jj new -m|--message `: create a new commit after `` with the given description ### Merging Commits `jj new ...`: create a new commit after listed parents