From 02a9e1751d7c2959949aeeeb98cbae1851cfbb39 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 28 May 2026 11:01:18 +0200 Subject: [PATCH] Se ha modificado el README.dm con el texto Editado desde la rama correccion-enunciados --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a87181..1ff2153 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Practice with git and GitHub \[Your Step 3 Edit Here\] - +Editado desde la rama correccion-enunciados. This is a very simple repository for practicing with git and GitHub. git is a utility for *version control*. When a body of code is tracked with git, it is easy to see how the software has evolved over time, to roll back changes when needed, and to incorporate modifications by multiple collaborators. In this activity, we're going to focus on core git workflows for single-person projects. We may do a follow-up activity later in the quarter on workflows for collaborative projects. GitHub is a free online code hosting service that runs using git. We'll use git and GitHub to collaborate on code and to host the blogs on which you'll submit your homework.