Using version 8.33 with git version

I have changed the remote URL of the origin to a new URL:

But this only changes the url for the fetch - push is still using the "old" url.

I think the
https://github.com/sourcegit-scm/sourcegit/blob/master/src/Commands/Remote.cs#L37
should execute a second git command with the "--push"-option
or there should be two options to set the fetch and pull url (maybe one is optional and use the fetch if no pull url is defined)