Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

deepgit-builder.sh
#! /bin/sh

set -e
mkdir $out
cp -v $src/* $out/
git describe --long > $out/Version