[remote "origin"]
    url = .
    fetch = +refs/heads/*:refs/remotes/origin/*
    push = refs/heads/main ; there is a match, but no destination is available

[push]
  default = current ; this could work, but the default isn't looked at if there are any push specs

[branch "main"]
    remote = "origin"
    merge = refs/heads/main
