Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

commands.h
#ifndef ANI_COMMANDS_H
#define ANI_COMMANDS_H

/* TODO impl all commands in a central location */
int cmd_init(int, const char **, struct repository *);
int cmd_change(int, const char **, struct repository *);
int cmd_pristine(int, const char **, struct repository *);

#endif