This means if the default branch is `main`, we can't push at all. This is because `ruby-git` defines `push` as ```rb def push(remote, branch = 'master', opts = {}) ``` and currently, `web_git` doesn't specify the branch or remote