Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 390 Bytes

File metadata and controls

11 lines (8 loc) · 390 Bytes

CLAUDE.md

Version Control: Prefer jj

Use jj (Jujutsu) for all VCS operations instead of git:

  • jj status, jj diff, jj log for inspection
  • jj new to start a change, jj describe to set the message
  • jj commit to commit, jj push to push
  • jj squash, jj rebase, jj edit for history manipulation

Fall back to git only for operations not yet supported by jj.