Revert "Merge branch 'feat/add-chat-presupuesto-cliente' into 'main'"

This reverts merge request !352
This commit is contained in:
Alvaro
2024-10-23 05:18:00 +00:00
parent 47e6cbb5f7
commit 7ce2723a09
147 changed files with 5666 additions and 9809 deletions

12
git-commands.txt Executable file
View File

@ -0,0 +1,12 @@
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