Replies: 1 comment 2 replies
-
So, as long as you do not explicitly change the relevant bookmark, you are good. If you want stronger guarantees for "upstream" / "trunk" bookmarks, consider using immutable commits. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
as I learnt in the documentation, by default
jj
behaves likegit push --force-with-lease
when runningjj git push
.https://jj-vcs.github.io/jj/latest/bookmarks/#pushing-bookmarks-safety-checks
As I am just starting out using
jj
, I would like to disable this behavior to avoid accidents while getting used tojj
. Is there a way to do that?In my understanding this goes against the idea of
jj
doing automatic rebases of child changes etc., which I find very useful. But it will take some time to get my head around that...Kind Regards,
Johannes
Beta Was this translation helpful? Give feedback.
All reactions