diff --git a/git-commands.txt b/git-commands.txt new file mode 100644 index 00000000..1c6126f8 --- /dev/null +++ b/git-commands.txt @@ -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 "" + +Subir cambios de un commit +git push \ No newline at end of file