Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
clase:daw:daw:2eval:tema06 [2024/11/14 14:42] admin [Recetas] |
clase:daw:daw:2eval:tema06 [2025/04/13 10:37] (actual) admin [6. Control de Versiones Avanzado] |
||
---|---|---|---|
Línea 6: | Línea 6: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
Línea 578: | Línea 579: | ||
#Día 4: Jueves | #Día 4: Jueves | ||
+ | git fetch --prune && git switch develop && git merge --ff-only origin/ | ||
+ | git switch lorenzo_45 | ||
+ | git merge develop | ||
+ | git commit -m " | ||
+ | git commit -m " | ||
+ | git commit -m " | ||
+ | git push | ||
+ | |||
+ | |||
+ | #Día 5: Viernes | ||
git fetch --prune && git switch develop && git merge --ff-only origin/ | git fetch --prune && git switch develop && git merge --ff-only origin/ | ||
git switch lorenzo_45 | git switch lorenzo_45 | ||
Línea 589: | Línea 600: | ||
git fetch --prune | git fetch --prune | ||
git rebase origin/ | git rebase origin/ | ||
+ | git push | ||
git push origin --delete lorenzo_45 | git push origin --delete lorenzo_45 | ||
- | git branch --delete lorenzo_45 | + | git branch --delete |
</ | </ |