git-change-remote* ( remote uri -- process )


Vocabulary
cli.git

Inputs
remotean object
urian object


Outputs
processan object


Definition


: git-change-remote* ( remote uri -- process )
[ { "git" "remote" "set-url" } ] 2dip 2array append
run-process ;