Quick Start
1. Open a repository
Section titled “1. Open a repository”Press ⌘O / Ctrl+O and select a jj repository directory.
2. Read the log graph
Section titled “2. Read the log graph”The left panel shows your commit history as a graph. Each row is a commit. The orange @ marker is your current working copy.
3. Inspect a commit
Section titled “3. Inspect a commit”Click any row to see its diff in the right panel.
4. Create a commit
Section titled “4. Create a commit”Make changes in your editor. Press ⌘N to create a new commit, or right-click for the context menu.
5. Push
Section titled “5. Push”Click the push button in the toolbar. wyrm shows exactly what will land on the remote before you confirm.