Criei as 3 pastas (Vinicius, Ana e Servidor) e segui os passos. Na pasta Vinicius eu fiz o "git remote add local", depois mudei para a pasta da Ana e digitei "git remote". O terminal aceita o comando mas fica em branco (parece que não tem nem o 'origin'). Eu tentei dar o 'git remote add local' na pasta da Ana e aparece assim:
sabem me dizer o que fiz errado ?
usage: git remote add [<options>] <name> <url>
-f, --fetch fetch the remote branches
--tags import all tags and associated objects when fetching
or do not fetch any tag at all (--no-tags)
-t, --track <branch> branch(es) to track
-m, --master <branch>
master branch
--mirror[=(push|fetch)]
set up remote as a mirror to push to or fetch from