From c82c60e9f4ca0c4b0acb6bef13f7b19485dd33df Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 1 Apr 2025 13:44:44 -0600 Subject: [PATCH 1/3] cambios seguros de mis notas --- eithan_notas.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 eithan_notas.txt diff --git a/eithan_notas.txt b/eithan_notas.txt new file mode 100644 index 0000000..e092fc1 --- /dev/null +++ b/eithan_notas.txt @@ -0,0 +1 @@ +este es mi primer cambio en la rama eithan \ No newline at end of file From 4060a1e908fdc161d623fc36fce49349bf78ca15 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 1 Apr 2025 13:54:15 -0600 Subject: [PATCH 2/3] pasos para hacer commit --- eithan_notas.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/eithan_notas.txt b/eithan_notas.txt index e092fc1..0ef3a89 100644 --- a/eithan_notas.txt +++ b/eithan_notas.txt @@ -1 +1,10 @@ -este es mi primer cambio en la rama eithan \ No newline at end of file +este es mi primer cambio en la rama eithan + +pasos para subir cambios a git + +1) hacer cambios en codigo o archivos locales +2) hacer "git add ." para guardar cambios temporales en la computadora +3) hacer "git commit -m "mensaje de cambios" " para confirmar los cambios temporales +4) subir los cambios a rama personal "git push origin RAMA" + +del 2 al 4 es para crear un NODO dentro de la rama RAMA. \ No newline at end of file From 8d6929aad0a7daa07aeeb031450b0ff143282359 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 1 Apr 2025 14:03:13 -0600 Subject: [PATCH 3/3] recordatorio eithan --- eithan_notas_2.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 eithan_notas_2.txt diff --git a/eithan_notas_2.txt b/eithan_notas_2.txt new file mode 100644 index 0000000..24c0a29 --- /dev/null +++ b/eithan_notas_2.txt @@ -0,0 +1,2 @@ +tengo que hacer codigo rapidamente para el viernes +el viernes checa Ara los cambios \ No newline at end of file