Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

defaults.toml
# Default configuration values

# Local
extra_dependencies = []
remotes = []

# Shared
reset_overwrites_changes = "auto"
colors = "auto"
pager = "auto"

[ignore_kinds]
default = [".git", ".DS_Store"]
rust = ["/target", "Cargo.lock"]
node = ["nodejs", "node_modules"]
lean = ["/build"]