Skip to content

Commit

Permalink
Remove extra git log command
Browse files Browse the repository at this point in the history
  • Loading branch information
johnne committed Nov 19, 2023
1 parent f4adf48 commit c1cec4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/git/git-3-committing-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1cec4f

Please sign in to comment.