Skip to content

Commit

Permalink
docs(jujutsu): update links to the upstream documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 22, 2025
1 parent 699e4c4 commit ed6b646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/blog/git-cliff-2.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The full changelog can be found [here](https://github.com/orhun/git-cliff/blob/m

### 🥋 Jujutsu Support

`git-cliff` now supports opening a repository that has been cloned using [Jujutsu](https://martinvonz.github.io/jj/latest/)!
`git-cliff` now supports opening a repository that has been cloned using [Jujutsu](https://jj-vcs.github.io/jj/latest/)!

For example:

Expand Down
5 changes: 2 additions & 3 deletions website/docs/usage/jujutsu.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 12

# Jujutsu

You can use with a repository that has been cloned using [jujutsu](https://martinvonz.github.io/jj/latest/).
You can use with a repository that has been cloned using [jujutsu](https://jj-vcs.github.io/jj/latest/).

## Colocated

Expand All @@ -14,7 +14,7 @@ If you don't, then you will likely see an error about an unborn branch.

## Non-colocated

If the repository was cloned by `jujutsu` but *not* using the `--colocate` option,
If the repository was cloned by `jujutsu` but _not_ using the `--colocate` option,
then the Git repository, normally the `.git` directory, is located in `.jj/repo/store/git`

Create a file in the root of your repository that tells Git, and `git-cliff` where the Git repository is
Expand All @@ -30,4 +30,3 @@ echo "ref: refs/remotes/origin/master" > .jj/repo/store/git/HEAD
```

N.B.: Replace `master` in the last command with the name of your main remote branch. e.g. `main`, `trunk`, etc.

0 comments on commit ed6b646

Please sign in to comment.