The repo currently has two branches main and master that sound quite similar yet have distinct histories. To make the matters worse:
This is not only confusing but also a security risk as the majority of tooling will review the "main" branch by default (whether that's named main or master or something else) and sometimes only the "main" branch too.
The repo currently has two branches
mainandmasterthat sound quite similar yet have distinct histories. To make the matters worse:install.shin themasterbranch usesmasterfeed/install.sh
Lines 4 to 5 in 6faec2f
whereas
bin/adsblol-initin themainbranch usesmainfeed/bin/adsblol-init
Lines 45 to 46 in 2ccddf7
This is not only confusing but also a security risk as the majority of tooling will review the "main" branch by default (whether that's named
mainormasteror something else) and sometimes only the "main" branch too.