ok/jj
1
0
Fork 0
forked from mirrors/jj

docs: mention the immutable_heads() in our list of built-in aliases

This commit is contained in:
Martin von Zweigbergk 2023-10-22 22:36:36 -07:00 committed by Martin von Zweigbergk
parent b0048bca17
commit 171896aefa

View file

@ -180,6 +180,9 @@ for a comprehensive list.
'trunk()' = 'your-branch@your-remote'
```
* `immutable_heads()`: Resolves to `trunk() | tags()` by default. See
[here](config.md#set-of-immutable-commits) for details.
## Examples
Show the parent(s) of the working-copy commit (like `git log -1 HEAD`):