Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

pushd-popd-ok.txt
# RUN: rm -rf %t/UserFoo && mkdir -p %t/UserFoo/FooDocs
# RUN: touch %t/UserFoo/user.txt %t/UserFoo/FooDocs/doc.txt
# RUN: pushd %t/UserFoo
# RUN: pushd FooDocs
# RUN: cat doc.txt
# RUN: popd
# RUN: cat user.txt
# RUN: popd