Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

diff.md
# Diff algorithms

## Myers diff

See [http://blog.robertelder.org/diff-algorithm/](http://blog.robertelder.org/diff-algorithm/).

## Patience diff

See [Patience diff on wikipedia](https://en.wikipedia.org/wiki/Patience_sorting#Algorithm_for_finding_a_longest_increasing_subsequence).