-
Hacer clone del repositorio
git clone https://github.com/irene-cabezas/GitPractice.git -
Crear nueva rama "feature/nombre_apellido"
git checkout -b feature/nombre_apellido -
Crear un nuevo fichero en la carpeta "/students" con vuestro nombre "nombre_apellido.txt". Añadir el contenido que queráis al fichero.
-
Crear un commit con vuestro cambio
git add .git commit -m "anadir **nombre** a la lista de estudiantes" -
Hacer push de vuestra rama a github
git push origin feature/nombre_apellido -
Abrir un Pull Request
-
Notifications
You must be signed in to change notification settings - Fork 0
NataliaVorobyeva/GitPractice
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published