Git
Adds a new named remote to be tracked as name at the path repo
post/git/remotes
Request body
Example request
{
"name": "origin",
"url": "https://github.com/materiahq/materia-server.git"
}Response
Success
{
"name": "origin",
"url": "https://github.com/materiahq/materia-server.git"
}Success