markjfine / nrsc5-dui

An enhanced, user-friendly version of nrsc5-gui that is not heavily dependent upon Python processing for audio generation.
GNU General Public License v3.0
139 stars 9 forks source link

Renamed main branch from 'main' to 'master' #15

Closed markjfine closed 1 year ago

markjfine commented 2 years ago

If you have a local clone, you will need to run: git branch -m main master git fetch origin git branch -u origin/master master git remote set-head origin -a