Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pythonaut_16
41 days ago
|
parent
|
context
|
favorite
| on:
jj – the CLI for Jujutsu
I also like `jj commit [paths]` to commit just a subset of files when I don't need hunk based splitting.
Like `jj commit -m 'Feature A' file1 file2` then `jj commit -m 'Feature B' file3 file 4`
surajrmal
41 days ago
[–]
I use jj commit -i a lot when writing the paths is too tedious. What's nice is you can pass -i into most commands (squash, split, absorb, etc).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Like `jj commit -m 'Feature A' file1 file2` then `jj commit -m 'Feature B' file3 file 4`