just playing with tangled
at ig/vimdiffwarn 30 lines 1.2 kB view raw view rendered
1# Jujutsu—a version control system 2 3<figure> 4<img title="jj logo" src="images/jj-logo.svg" width="320" height="320"> 5</figure> 6 7## Welcome to `jj`'s documentation website! 8 9<!-- This only applies to the website, not to the GitHub interface --> 10The complete list of the available documentation pages is located in 11the sidebar on the left of the page. The sidebar may be hidden; if so, 12you can open it either by widening your browser window or by clicking 13on the hamburger menu that appears in this situation. 14 15Additional help is available using the `jj help` command if you have 16`jj` installed. 17 18You may want to jump to: 19 20- Documentation for the [latest released version of `jj`](https://jj-vcs.github.io/jj/latest). 21- 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. 22 23## Some useful links 24 25- [GitHub repo for `jj`](https://github.com/jj-vcs/jj) 26- Overview of `jj` in the repo's [README](https://github.com/jj-vcs/jj?tab=readme-ov-file#readme) 27- [Installation and Setup](install-and-setup.md) 28- [Tutorial and Birds-Eye View](tutorial.md) 29- [Working with GitHub](github.md) 30- [Development Roadmap](roadmap.md)