mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadido documento chuletario de comandos git
This commit is contained in:
11
git-commands.txt
Normal file
11
git-commands.txt
Normal file
@ -0,0 +1,11 @@
|
||||
Crear nueva rama:
|
||||
git checkout -b dev/nombre_rama
|
||||
|
||||
Reflejar nueva rama en repositorio remoto
|
||||
git push --set-upstream origin dev/nombre_rama
|
||||
|
||||
Commit con mensaje
|
||||
git commit -am "<mensaje>"
|
||||
|
||||
Subir cambios de un commit
|
||||
git push
|
||||
Reference in New Issue
Block a user