From 42b792e4b267a8aed0042b473157c4004c693c61 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Sun, 8 Sep 2024 12:38:08 +0300 Subject: [PATCH] content/commits: Rename title "Commiting changes" -> "Recording changes" - For a new person, "recording changing" uses less jargon - This only changes the title of the page, nothing else. But we should probabyl use this term when teaching, too. --- content/commits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commits.md b/content/commits.md index 834b071f..bcc635ec 100644 --- a/content/commits.md +++ b/content/commits.md @@ -1,4 +1,4 @@ -# Committing changes +# Recording changes The first and most basic task to do in Git is **record changes** using commits. In this part, we will record changes in two