Eng_Farghly
Eng_Farghly

Reputation: 3007

Can I hide remote repository URL when pushing to remote server from git output?

When pushing to remote repository git output show repository URL like this:

hide remote repository URL when pushing to remote server

It is possible to hide URL from output.

Upvotes: 1

Views: 71

Answers (1)

VonC
VonC

Reputation: 1325966

A possible (extreme) workaround would be to navigate to your Bitbucket Account's Settings (Avatar(Bottom Left) > Bitbucket Settings > Account settings)

https://confluence.atlassian.com/bbkb/files/939922948/939922945/1/1510318930828/image2017-11-10+21%3A1%3A3.png

And deselect the Enable Console message option:

options -- https://confluence.atlassian.com/bbkb/files/939922948/939922947/1/1510318930728/image2017-11-10+21%3A1%3A27.png

You should no longer see the remote Bitbucket pull request message, meaning no more remote URL.

Upvotes: 1

Related Questions