Replies: 2 comments 3 replies
-
Jujutsu now writes a header It also helps see the divergence if you amend a change and it is also modified on the remote. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also think it would better to be able to push and pull such that atleast the evolog is preserved, to ensure effective collaboration and backup. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was excited when I found out about jj, however the excitement dropped once I realized that all the important bits needed to work with the changes are not stored in git. So I can't work with others based on change IDs. Once I push the bookmark, the changes become regular git commits and are only mapped to change IDs in my local
.jj
folder, is that correct? Is it intended to be used as a local-only tool?Beta Was this translation helpful? Give feedback.
All reactions