Fork

jp.av.dev 2020-08-10 00:56:22 -04:00
parent e74001c5c3
commit f28cd48282

@ -70,6 +70,24 @@ git push origin master
```
-----
### Fork
Para trabajar con proyectos de terceros **actualizar siempre** el
repositorio local con el principal, antes de hacer o subir cambios.
```
# git clone [ssh o HTTPS]
git remote add origin [ssh o HTTPS]
git remote add upstream
git fetch upstream
git merge origin/upstream
git fetch origin
git merge origin/master
git push origin master
```
**Ir a:**
*[Repositorio](https://gitea.kickto.net/jp.av.dev/basicos_git#user-content-wiki)*,
*[Basicos Git](https://gitea.kickto.net/jp.av.dev/basicos_git/wiki/Comandos-Basicos-Git#user-content-hoja-de-comandos-basicos-git)*