
[remote "push-origin"]
    url = .
    fetch = +refs/heads/*:refs/remotes/push-remote/*

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

[remote]
    pushDefault = push-origin
