Initial repository page
Created by: diocloid
In the initial repository page (the one with the instructions) states following command
git remote add origin [email protected]: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 [email protected]:user/repository.git
Is this only my system, or a general error?