With the recent change of master to main in Github, it seems I need to first push to master and then merge with main. When I try push using the --remote-upstream to main I get an error: error: src refspec main does not match any.
On iterm2 with OMZ, when I first run git init I see master in the path.
How do I push directly to main instead of master first?