Hola! Tengo el siguiente problema, cuando quiero hacer "git add remote" en la terminal del VSC me aparece lo siguiente:
git remote git remote add servidor local dos D:/..../..../VSC/GIT/servidor/ usage: git remote add []
-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
El tema es que luego escribo el comando "git remote" y "git remote -v" para saber si existe el servidor local, no aparece nada (no muestra la creación del servidor, ni fetch, ni push). Pero en el explorador de windows cuando voy a la carpeta "servidor" si hay carpetas y archivos creados.
Entonces ¿Cuál creen que puede ser el problema? Agradecería su ayuda, saludos.