We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
So trying to change the push url after a clone:
var remote = repo.getRemote('origin'); remote.pushUrl(); <===== Seg Fault remote.setPushUrl(pushUrl); <===== git remote -v does not show the update
am I using this right ?
Thanks, Did