You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lupo Montero edited this page Nov 18, 2020
·
3 revisions
Cómo instalo las herramientas de verificación de estilo y estructura?
npm install
Cómo actualizo el master de mi fork con los cambios más recientes de este repo?
# si todavía no has añadido este repo como `remote` lo puedes añadir así
git remote add upstream git@github.com:Laboratoria/bootcamp.git
# asegúrate de estar en `master`
git checkout master
# descarga cambios...
git pull upstream master
Cómo actualizo mi rama (branch) con los cambios más recientes en master?