Is there a way to display the current merge config option in git without manually specifying the current branch I am in. I am wanting to do something like this:
$ git cur-merge-val
branch.current.merge = /refs/heads/current
where git cur-merge-val
could be some long, complicated series of git commands to which I can make an alias for -- so long as what I personally type on the command line doesn't require typing the current branch I'm in (because that seems redundant since that information should be programmatically accesible somehow).