Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

BUILD.gn
import("//clang/resource_dir.gni")

copy("include") {
  sources = [
    "__cxxabi_config.h",
    "cxxabi.h",
  ]
  outputs = [ "$root_build_dir/include/c++/v1/{{source_target_relative}}" ]
}