mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-09 22:16:32 +00:00
docs: don't hide demos in collapsed regions in the README
This commit is contained in:
parent
04e54b093d
commit
3c6a922b97
1 changed files with 4 additions and 16 deletions
20
README.md
20
README.md
|
@ -29,12 +29,9 @@ Features:
|
||||||
The commits you create will look like regular Git commits. You can always
|
The commits you create will look like regular Git commits. You can always
|
||||||
switch back to Git.
|
switch back to Git.
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>Demo</summary>
|
|
||||||
<a href="https://asciinema.org/a/C5TKUes95yHCiGvtzkisDNGsz" target="_blank">
|
<a href="https://asciinema.org/a/C5TKUes95yHCiGvtzkisDNGsz" target="_blank">
|
||||||
<img src="https://asciinema.org/a/C5TKUes95yHCiGvtzkisDNGsz.svg" />
|
<img src="https://asciinema.org/a/C5TKUes95yHCiGvtzkisDNGsz.svg" />
|
||||||
</a>
|
</a>
|
||||||
</details>
|
|
||||||
|
|
||||||
* **The working copy is automatically committed**
|
* **The working copy is automatically committed**
|
||||||
|
|
||||||
|
@ -45,12 +42,9 @@ Features:
|
||||||
changes (you can even check out a different commit while resolving merge
|
changes (you can even check out a different commit while resolving merge
|
||||||
conflicts).
|
conflicts).
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>Demo</summary>
|
|
||||||
<a href="https://asciinema.org/a/AYSGSp4A8hNjBlN3kgv1Pl4F7" target="_blank">
|
<a href="https://asciinema.org/a/AYSGSp4A8hNjBlN3kgv1Pl4F7" target="_blank">
|
||||||
<img src="https://asciinema.org/a/AYSGSp4A8hNjBlN3kgv1Pl4F7.svg" />
|
<img src="https://asciinema.org/a/AYSGSp4A8hNjBlN3kgv1Pl4F7.svg" />
|
||||||
</a>
|
</a>
|
||||||
</details>
|
|
||||||
|
|
||||||
* **Operations update the repo first, then possibly the working copy**
|
* **Operations update the repo first, then possibly the working copy**
|
||||||
|
|
||||||
|
@ -65,12 +59,9 @@ Features:
|
||||||
an earlier repo state, or to simply undo a particular operation (which does
|
an earlier repo state, or to simply undo a particular operation (which does
|
||||||
not necessarily have to be the most recent operation).
|
not necessarily have to be the most recent operation).
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>Demo</summary>
|
|
||||||
<a href="https://asciinema.org/a/udkBsxop3q29IK6LjgrjwlfcA" target="_blank">
|
<a href="https://asciinema.org/a/udkBsxop3q29IK6LjgrjwlfcA" target="_blank">
|
||||||
<img src="https://asciinema.org/a/udkBsxop3q29IK6LjgrjwlfcA.svg" />
|
<img src="https://asciinema.org/a/udkBsxop3q29IK6LjgrjwlfcA.svg" />
|
||||||
</a>
|
</a>
|
||||||
</details>
|
|
||||||
|
|
||||||
* **Conflicts can be recorded in commits**
|
* **Conflicts can be recorded in commits**
|
||||||
|
|
||||||
|
@ -82,12 +73,9 @@ Features:
|
||||||
This design also lets Jujutsu rebase merge commits correctly (unlike both Git
|
This design also lets Jujutsu rebase merge commits correctly (unlike both Git
|
||||||
and Mercurial).
|
and Mercurial).
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>Demo</summary>
|
|
||||||
<a href="https://asciinema.org/a/mrx3HrirDdB5FjJIOa6ketwFm" target="_blank">
|
<a href="https://asciinema.org/a/mrx3HrirDdB5FjJIOa6ketwFm" target="_blank">
|
||||||
<img src="https://asciinema.org/a/mrx3HrirDdB5FjJIOa6ketwFm.svg" />
|
<img src="https://asciinema.org/a/mrx3HrirDdB5FjJIOa6ketwFm.svg" />
|
||||||
</a>
|
</a>
|
||||||
</details>
|
|
||||||
|
|
||||||
* **Automatic rebase**
|
* **Automatic rebase**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue