|
|
|
|
|
by 1718627440
194 days ago
|
|
I can't comment on the UX of jj, but with git you literally just specify the commit, it doesn't feels tedious to me. > Also git has no equivalent to the operation log. For easy cases it's just git reset @{1}, but sure the oplog is a cool thing. I think it will be just added to git eventually, it can't be that hard. |
|
I agree that Git could gain an operation log. I haven't thought much about it but it feels like it could be done in a backwards-compatible way. It sounds like a ton of work, though, especially if it's going to be a transition from having the current ref storage be the source of truth to making the operation log the source of truth.