Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

updatemerge.sh
#!/bin/bash
git checkout amj60      # gets you on branch amj60
git fetch origin        # gets you up to date with origin
git merge origin/master