Hi On Fri, May 19, 2023, at 10:15, Hanno Böck wrote: > I believe this is a bug in git: According to the man page for git push, > the -q/--quiet parameter should "Suppress all output". Looks like the message is coming from the remote. If I make a fresh fresh commit in a fork I get this message from GitHub: ``` remote: remote: Create a pull request for 'test-push' on GitHub by visiting: remote: https://github.com/LemmingAvalanche/git/pull/new/test-push remote: ``` The delta message has the same `remote:` prefix. `git push --quiet` does keep quiet when I test it locally (i.e. no interference from the forge). -- Kristoffer Haugsbakk