Skip to content

Commit

Permalink
Fixed a doc mass-rename typo related to git branches.
Browse files Browse the repository at this point in the history
Fixes a mass rename accidentally renaming git branches to git bookmarks.
  • Loading branch information
Earthmark authored Oct 6, 2024
1 parent 24ff802 commit 369f37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you want to know the internals of bookmark tracking, consult the
actual state only when it's actively communicating with the remote. However,
`jj` does store the last-seen position of the remote bookmark; this is the
commit `jj show <bookmark name>@<remote name>` would show. This notion is
completely analogous to Git's "remote-tracking bookmarks".
completely analogous to Git's "remote-tracking branches".
- A **tracked (remote) bookmark** is defined above. You can make a remote bookmark
tracked with the [`jj bookmark track` command](#manually-tracking-a-bookmark), for
example.
Expand Down

0 comments on commit 369f37a

Please sign in to comment.