diff --git a/README.md b/README.md index 738e0c9..30b5a28 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,29 @@ ## Git Practice Usaremos este repositorio para practicar todo tipo de commandos en git y como usarlos para resolver ciertos errores. -Esperemos que os lo paseis bien! +Esperemos que os lo paséis bien! Fefy + +### Comandos +* Clonar Repositorio: ```git clone ``` +* Crear Rama: ```git checkout -b ``` +* Moverse a otra Rama: ```git checkout | git switch ``` +* Añadir Cambios: ```git add ``` +* Commit Cambios: ```git commit -m "commit message"``` +* Push Rama: ```git push origin ``` +* Pull Cambios: ```git pull origin main``` +* Resolver Conflictos: Edit manualmente, después ```git add```, ```git commit``` +* Hacer Merge, ejemplo merge rama test a main: + * Asegúrate de estar en la rama a la que quieras hacer el merge ```git switch main``` + * Pull the los últimos cambios de esa rama ```git pull origin main``` + * Merge ```git merge test``` + + +### Enlaces de interés + +* [Juego para aprender Git](https://learngitbranching.js.org/?locale=es_ES) +* [GitHub ‘cheat sheet’](https://github.github.com/training-kit/downloads/es_ES/github-git-cheat-sheet/) +* [Tutorial de Git en terminal](https://tutorials-codebar-io.translate.goog/version-control/command-line/tutorial.html?_x_tr_sch=http&_x_tr_sl=auto&_x_tr_tl=es&_x_tr_hl=en&_x_tr_pto=wapp) +* [Consejos para solucionar errores frecuentes de Git](https://ohshitgit.com/es) +* [Mensajes de commit profesionales](http://tomasdelvechio.github.io/old/440/) diff --git a/grupoA.html b/grupoA.html new file mode 100644 index 0000000..82c5084 --- /dev/null +++ b/grupoA.html @@ -0,0 +1,14 @@ + + + + + Git Ejercicio Collaborativo + + +

Git Ejercicio Collaborativo

+

Nombre y animal favorito

+
    +
  • Irene - Panda rojo
  • +
+ + diff --git a/grupoB.html b/grupoB.html new file mode 100644 index 0000000..b4a2cfc --- /dev/null +++ b/grupoB.html @@ -0,0 +1,15 @@ + + + + + Git Ejercicio Collaborativo + + +

Git Ejercicio Collaborativo

+

Nombre y animal favorito

+
    +
  • Pedro - Panda rojo
  • +
  • Jessica - Tigre
  • +
+ + diff --git a/stephCespedes.txt b/stephCespedes.txt deleted file mode 100644 index 0ab4b11..0000000 --- a/stephCespedes.txt +++ /dev/null @@ -1 +0,0 @@ -git commit \ No newline at end of file diff --git a/students.txt b/students.txt deleted file mode 100644 index f3e8706..0000000 --- a/students.txt +++ /dev/null @@ -1,38 +0,0 @@ - -Débora Menezes - Freyja -Melissa Casola! Jem y She-Ra -Carolina D S -Thamy - - - - -Débora Menezes -Carolina D S -Thamy -Stephanie Céspedes - - -Débora Menezes -Carolina D S -Thamy -Stephanie Céspedes -Fefi -Melissa Casola! -gabriela irimia (gabriela ) - -Zohra -<<<<<<< HEAD -Grecia Landazuri -======= - - -Débora Menezes (soy imborrable :D) -Stephanie Céspedes - -Grecia Landazuri -Alicia Ontiveros - - -jesus ->>>>>>> 57b4e17db985a3e108d3e51b56ab7991a1144d70