Initial repository page
Created by: diocloid
In the initial repository page (the one with the instructions) states following command
git remote add origin git@git.example.com:user/repository.git
however this fails with fit the error: fatal: remote origin already exists.
The command my users type is as follows: git remote set-url origin git@git.example.com:user/repository.git
Is this only my system, or a general error?