From bec51fd5b3af74331e0c365041a526f4453daaae Mon Sep 17 00:00:00 2001 From: Sylvain Gouttebroze <39990946+sygout@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:19:57 +0200 Subject: [PATCH] Update doc/git commands.md Co-authored-by: Jesper Friis --- doc/git commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git commands.md b/doc/git commands.md index b9e35c4..e7047b0 100644 --- a/doc/git commands.md +++ b/doc/git commands.md @@ -38,7 +38,7 @@ but also all the branches. ### Transfer changes to the remote repository Git aims at tracking the changes between version. For that reason, when you have made -some changes two operations are needed: tagging and committing. Tagging will consist +some changes two operations are needed: staging and committing. Staging will consist in indicating which file is to be marked as changed (and so which changes will be recorded in the repository). Committing will actually do the recording of the changes.