Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

meson.build
datetest_exe = executable(
    'datetest',
    ['datetest.cpp'],
    link_with: [test_lib],
    include_directories: [lib_inc],
)
test('date', datetest_exe)

repotest_exe = executable(
    'repotest',
    ['repotest.cpp'],
    link_with: [test_lib],
    include_directories: [lib_inc],
)
test('repo', repotest_exe)