mikaelnousiainen / RS41ng

Custom firmware for Vaisala RS41 and Graw DFM-17 radiosondes with support for amateur radio use. Ideal for tracking high-altitude balloons. Supported modes include APRS, Horus 4FSK mode, CATS, morse code (CW) and additional digital modes like WSPR and FT8 via Si5351.
GNU General Public License v2.0
110 stars 28 forks source link

Rename default branch to main #3

Closed mikaelnousiainen closed 2 years ago

mikaelnousiainen commented 2 years ago

The default branch will be renamed to main, according to the recommended terminology.

mikaelnousiainen commented 2 years ago

The default branch has been renamed!

master is now named main

To everyone who has cloned this repository:

Please update your local clones of the repository in the following way!

If you have a local clone, you can update it by running the following commands.

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a