From cc9b4c7f869295553953ee38c0bf8542e15d0055 Mon Sep 17 00:00:00 2001 From: DocMight618 Date: Wed, 27 Aug 2025 09:08:36 -0500 Subject: [PATCH] Add helpful tip about using git status --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 483845a..1cff66d 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,6 @@ You can check out the GitHub Explore website [at github.com/explore](https://git * [GitHub's Learning Lab](https://lab.github.com/) * [Education community forum](https://education.github.community/) * [GitHub community forum](https://github.community/) + +> Tip: Use `git status` frequently to avoid surprises! +