Logs disappear after push #7105
-
I somehow feel this is a weird behaviour. After I move my tracked bookmark to the current change id. I run I still want to see the log. I was recommended to use op log to see them but I want to see my whole graph in jj log. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
https://jj-vcs.github.io/jj/latest/config/#log You might also want to customize the revisions to be considered immutable. https://jj-vcs.github.io/jj/latest/config/#set-of-immutable-commits |
Beta Was this translation helpful? Give feedback.
-
Sorry so you mean: when I push to github I cannot make changes to the pushed commits? If yes. How do I make it possible to be able to modify them even after making a git push? |
Beta Was this translation helpful? Give feedback.
In that case, you'll need to configure the immutable set.
https://jj-vcs.github.io/jj/latest/config/#set-of-immutable-commits
Pushed commits are NOT immutable by the default configuration, though. If they belong to the
main
/master
branch, you'll need to exclude it fromimmutable_heads()
.