From 5ea6648ed8bd1fc713c34afa45f5efa94b76ac32 Mon Sep 17 00:00:00 2001 From: Oskar Cabrera Date: Wed, 28 Jan 2026 14:53:02 -0600 Subject: [PATCH] Add README.md for project documentation In this documentation you're gonna find all the information about Git and Github basics commands --- REAME.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 REAME.md diff --git a/REAME.md b/REAME.md new file mode 100644 index 00000000..5dfcf0db --- /dev/null +++ b/REAME.md @@ -0,0 +1,17 @@ +# Proyecto de prueba Git + +Este repositorio fue creado como parte de un curso para aprender el uso básico de Git y GitHub. + +## Objetivo +Practicar comandos básicos como: +- git init +- git add +- git commit +- git push +- git pull + +## Contenido +Archivos de ejemplo para practicar el control de versiones. + +## Notas +Proyecto únicamente con fines educativos.