Azure IoT C SDK
|
The Azure IoT C SDK initially used a branch named master
as its primary branch. This was renamed to main
on December 1, 2021.
When a web request to an older link to this repo that contains master
in it - for instance https://github.com/Azure/azure-iot-sdk-c/blob/**master**/doc/master_to_main_rename.md - GitHub will automatically redirect this to main
.
GitHub will not redirect tools, scripts, command line requests, etc. that explicitly reference the master
branch, however. These will instead fail accessing the deleted branch. You will need to change these to reference this repo's main
branch.
If you cloned this repo after December 1, 2021, you can ignore the rest of this document.
main
and do the right thing.If you cloned this repo before December 1, 2021, You need to make changes so that your local copy of the repo will use main
instead of master
.
git clone
and delete your previous clone. The new clone will use main
as its primary branch.