Commit graph

4 commits

Author SHA1 Message Date
ab99fc88d2
docs: add simplify-parents command and workflow guidelines
Add jj simplify-parents command documentation to the Essential Commands section, explaining how to remove redundant parents from changes.

Add critical workflow guidelines for ending with empty changes after multi-change operations, including detailed examples for splitting changes, creating parallel changes, and organizing history. This ensures users maintain a clean working copy following jujutsu's design philosophy.
2025-11-05 07:38:38 -05:00
d18742e067
docs: add commit description style guidelines
document conventional commit format and best practices for writing
clear, consistent commit messages in the jj skill
2025-11-04 09:16:24 -05:00
93608a60a4
add README 2025-11-03 14:20:53 -05:00
c4fa6e07cb
initial commit 2025-11-03 14:13:41 -05:00