File: index.md

package info (click to toggle)
jujutsu 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,756 kB
  • sloc: sh: 283; makefile: 31
file content (30 lines) | stat: -rw-r--r-- 1,230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Jujutsu—a version control system

<figure>
<img title="jj logo" src="images/jj-logo.svg" width="320" height="320">
</figure>

## Welcome to `jj`'s documentation website!

<!-- This only applies to the website, not to the GitHub interface -->
The complete list of the available documentation pages is located in
the sidebar on the left of the page. The sidebar may be hidden; if so,
you can open it either by widening your browser window or by clicking
on the hamburger menu that appears in this situation.

Additional help is available using the `jj help` command if you have
`jj` installed.

You may want to jump to:

- Documentation for the [latest released version of `jj`](https://jj-vcs.github.io/jj/latest).
- Documentation for the [unreleased version of `jj`](https://jj-vcs.github.io/jj/prerelease). This version of the docs corresponds to the `main` branch of the `jj` repo.

## Some useful links

- [GitHub repo for `jj`](https://github.com/jj-vcs/jj)
- Overview of `jj` in the repo's [README](https://github.com/jj-vcs/jj?tab=readme-ov-file#readme)
- [Installation and setup](install-and-setup.md)
- [Tutorial and bird's eye view](tutorial.md)
- [Working with GitHub](github.md)
- [Development roadmap](roadmap.md)