Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How do you use jj to get those checkpoints? I was experimenting with jj and claude code, but it was frustrating to have it run jj status all the time, could as well tell it to do git commit all the time.


You don't need to run `jj status` all the time, but you DO need to have Watchman installed, and a config like this:

    # ~/.jjconfig.toml
    [core]
    fsmonitor = "watchman"

    [core.watchman]
    # Newer docs use the hyphenated key below:
    register-snapshot-trigger = true




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: