You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On behalf of future users everywhere, I request that JJ pick two canonical terms to correspond with the two concepts:
commit == revision: the object in the backing Git data model
change: how a commit evolves over time; not actually an object in the data model: the change ID is a property of a commit: this is the key to providing a stable identity when rewriting commits
I haven't been around long enough to know the backstory, but I can notice that it makes it harder to learn JJ.
The term revision is sometimes used as well. "revision" is a synonym for "commit." It's a slightly more generic term.
The jj project is still working out which terminology is best, and so sometimes, you'll find things like this. In particular, there's a desire to turn these three concepts into only two, but it's not clear which word ends up being best, so for now, there's three of them.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
On behalf of future users everywhere, I request that JJ pick two canonical terms to correspond with the two concepts:
I haven't been around long enough to know the backstory, but I can notice that it makes it harder to learn JJ.
See also
From Steve's JJ tutorial: Revisions (bold text added by me):
Inspirations
Anti-Inspirations
All reactions