From 95ca30125b18109d32ba8fe98a02747c9b88710b Mon Sep 17 00:00:00 2001 From: imnavajas Date: Wed, 12 Jul 2023 15:20:07 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20documento=20chuletario=20de=20co?= =?UTF-8?q?mandos=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git-commands.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 git-commands.txt 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