Fix git remote add command, thanks to @pedroleon!
This commit is contained in:
@@ -15,7 +15,7 @@ it should output something alike:
|
|||||||
Now we have to add consul github as upstream remote with:
|
Now we have to add consul github as upstream remote with:
|
||||||
|
|
||||||
```bash
|
```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
|
and to check everything is fine with
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ deberías ver algo como:
|
|||||||
Ahora debes añadir el repositorio git de consul como servidor remoto con:
|
Ahora debes añadir el repositorio git de consul como servidor remoto con:
|
||||||
|
|
||||||
```bash
|
```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:
|
comprueba de nuevo que con:
|
||||||
|
|||||||
Reference in New Issue
Block a user