Herramientas de usuario

Herramientas del sitio


clase:daw:daw:2eval:tema06

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

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://learngitbranching.js.org/|Git Branching: Aprender Jugando con ramas en Git]]: Permite probar Git con ejemplos interactivos   * [[https://learngitbranching.js.org/|Git Branching: Aprender Jugando con ramas en Git]]: Permite probar Git con ejemplos interactivos
   * [[https://www.youtube.com/watch?v=mxoSIF-Qm7g|17 Ways to Undo Mistakes with Git]]   * [[https://www.youtube.com/watch?v=mxoSIF-Qm7g|17 Ways to Undo Mistakes with Git]]
 +  * [[https://craftquest.io/guides/git/how-git-works/the-plumbing|The Plumbing Guide]]: Comandos de bajo nivel de Git
  
  
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/develop && git switch release && git merge --ff-only origin/release && git switch master && git merge --ff-only origin/master && git switch develop
 +git switch lorenzo_45
 +git merge develop
 +git commit -m "micro-commit-dia-4-a"
 +git commit -m "micro-commit-dia-4-b"
 +git commit -m "micro-commit-dia-4-c"
 +git push
 +
 +
 +#Día 5: Viernes
 git fetch --prune && git switch develop && git merge --ff-only origin/develop && git switch release && git merge --ff-only origin/release && git switch master && git merge --ff-only origin/master && git switch develop git fetch --prune && git switch develop && git merge --ff-only origin/develop && git switch release && git merge --ff-only origin/release && git switch master && git merge --ff-only origin/master && git switch develop
 git switch lorenzo_45 git switch lorenzo_45
Línea 589: Línea 600:
 git fetch --prune  git fetch --prune 
 git rebase origin/develop git rebase origin/develop
 +git push 
  
 git push origin --delete lorenzo_45 git push origin --delete lorenzo_45
-git branch --delete lorenzo_45+git branch --delete --force lorenzo_45
  
 </sxh> </sxh>
clase/daw/daw/2eval/tema06.1731591775.txt.gz · Última modificación: 2024/11/14 14:42 por admin