From c1cec4fd006fdc3a57f02fb3ce7824a256ce5c3c Mon Sep 17 00:00:00 2001 From: John Sundh Date: Sun, 19 Nov 2023 16:53:01 +0100 Subject: [PATCH] Remove extra git log command --- pages/git/git-3-committing-changes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/git/git-3-committing-changes.md b/pages/git/git-3-committing-changes.md index c9041453..a5bc8ea0 100644 --- a/pages/git/git-3-committing-changes.md +++ b/pages/git/git-3-committing-changes.md @@ -157,7 +157,6 @@ git add Dockerfile git status git commit -m "Remove Dockerfile" git status -git log ``` Here we used `rm Dockerfile` to delete the file and `git add Dockerfile` to