Base Branch is not Anvil Master Branch on a Remote Git Repo

Thanks for spotting this! It turns out to be tricky to fix, because Github doesn’t let us set a default branch on the initial empty repository, it can only be set after the first push, and that push is queued up asynchronously after we create the repo, to avoid blocking your work while it happens.

We’re working on it! In the meantime, you can absolutely update the default branch manually - Anvil won’t overwrite your changes.

2 Likes