Fix git remote add command, thanks to @pedroleon!

This commit is contained in:
Bertocq
2017-10-27 15:05:18 +02:00
parent 6d67a900b5
commit dc5ec61d17
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ it should output something alike:
Now we have to add consul github as upstream remote with:
```bash
git add remote upstream git@github.com:consul/consul.git
git remote add upstream git@github.com:consul/consul.git
```
and to check everything is fine with

View File

@@ -16,8 +16,8 @@ deberías ver algo como:
Ahora debes añadir el repositorio git de consul como servidor remoto con:
```bash
git add remote upstream git@github.com:consul/consul.git
```
git remote add upstream git@github.com:consul/consul.git
```
comprueba de nuevo que con: