From 15d98ee3fc58c67b40ed460e82687fbd84d2dc0e Mon Sep 17 00:00:00 2001 From: tuttifruttihat Date: Mon, 6 Sep 2021 20:12:36 -0300 Subject: [PATCH] Nuevos comandos --- recursos-git.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recursos-git.md b/recursos-git.md index bf90708..c22035e 100644 --- a/recursos-git.md +++ b/recursos-git.md @@ -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 ``` - Cambiar el nombre del archivo ``` git mv ``` @@ -45,7 +48,7 @@ - [Fossil](https://fossil-scm.org/home/doc/trunk/www/index.wiki) -- En ese [blog](https://victorhckinthefreeworld.com/2020/11/25/fossil-la-alternativa-a-git/) hay una comparación entre Git y Fossil +- En ese [blog](https://victorhckinthefreeworld.com/2020/11/25/fossil-la-alternativa-a-git/) hay una comparación entre Git y Fossil ### Markdown - [Guía básico](https://www.markdownguide.org/basic-syntax/#emphasis): En inglés