On Mon, Mar 08, 2021 at 09:57:56PM +0100, Andreas Schwab wrote: > The configured upstream is the value of branch.<name>.merge, isn't it? > That would be the name of a remote, not the name of a branch. Right; the '<name>' in 'branch.<name>.merge' is your local name for a branch, but the value of that configuration is the remote's name. > Andreas. Thanks, Taylor