From 807413ee9af15e48737f5243e2050352ba97b896 Mon Sep 17 00:00:00 2001 From: pierorolando1 <72224217+pierorolando1@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:40:16 -0500 Subject: [PATCH] Add a option for "agregar remotos" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d78e874..75809d2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Listar remotos `git remote -v` Agregar remotos -`git remote add EDgit git@github.com:edteamlat/EDgit.git` +`git remote add EDgit git@github.com:edteamlat/EDgit.git` o `git remote add EDgit https://github.com/edteamlat/EDgit.git` Eliminar remotos `git remote remove EDgit`