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

glossary.md: Add a stub for "Hidden commits, Abandoned commits"

This commit is contained in:
Ilya Grigoriev 2023-10-31 19:41:03 -07:00
parent c79920095b
commit 0df851e6e2

View file

@ -109,6 +109,10 @@ anonymous heads (heads without a branch pointing to them) are visible at a
given [operation](#operation). Note that this is quite different from Git's given [operation](#operation). Note that this is quite different from Git's
[HEAD](https://git-scm.com/book/en/v2/Git-Internals-Git-References#ref_the_ref). [HEAD](https://git-scm.com/book/en/v2/Git-Internals-Git-References#ref_the_ref).
## Hidden commits, abandoned commits
See [visible commits](#visible-commits).
## Operation ## Operation
A snapshot of the [visible commits](#visible-commits) and [branches](#branches) A snapshot of the [visible commits](#visible-commits) and [branches](#branches)