Open binarious opened 8 years ago
I have configured a fetch-only remote (as a Subtree Merge) in my git project:
$ git remote -v deployment ssh://git@git.myvendor.de:8443/angular/rpm-deployment.git (fetch) deployment no-pushing (push) origin ssh://git@git.myvendor.de:8443/myapp/angular-client.git (fetch) origin ssh://git@git.myvendor.de:8443/myapp/angular-client.git (push)
It would be nice if deployment won't listed as a pushing destination when running Git: Push or Git: Push Current Branch.
deployment
I have configured a fetch-only remote (as a Subtree Merge) in my git project:
It would be nice if
deployment
won't listed as a pushing destination when running Git: Push or Git: Push Current Branch.