ansi-to-tui icon indicating copy to clipboard operation
ansi-to-tui copied to clipboard

Renamed branch to main

Open joshka opened this issue 1 year ago • 0 comments

Just a quick heads up. I just now renamed the default branch from master to main for consistency with github defaults and our other repos.

If you need to fix your local branch up to align with this, the instructions are:

git branch --move master main
git fetch origin
git branch --set-upstream-to origin/main main
git remote set-head origin --auto

joshka avatar Mar 03 '25 00:03 joshka