No momento de usar o git remote aparece o seginte código
`uso: 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`
Eu tentei colocar algumas dessas opções no lugar de [<options>]
mas não funcionou. Retorna a mesma mensagem
`