From 512c4f9d8b1fb338c093c444278046cf004e1512 Mon Sep 17 00:00:00 2001 From: irenareedy Date: Wed, 30 Apr 2025 09:48:27 -0400 Subject: [PATCH] changing underneath the title Practicing a pull request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a87181..057fb5e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Practice with git and GitHub -\[Your Step 3 Edit Here\] +I am practicing a pull request for my interview today hehe 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.