Nuevos comandos

This commit is contained in:
tuttifruttihat 2021-09-06 20:12:36 -03:00
parent 6383151168
commit 15d98ee3fc
1 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,10 @@
``` git commit -m "Mensaje del commit" ```
- Cargar los commits en el repositorio remoto
``` git push ```
``` git push origin master ```
- Crear una rama y cambiar hacia ella
``` git checkout -b <nombre-de-la-nueva-rama> ```
- Cambiar el nombre del archivo
``` git mv <nombre-original> <nuevo-nombre> ```