Skip to content

Commit

Permalink
Fix typo in "a_deeper_look_at_git.md"
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanneekidev authored Feb 13, 2025
1 parent 4ae1bac commit 090d932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/intermediate_git/a_deeper_look_at_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Before we get started with the lesson, let's create a Git playground in which we
```bash
touch test{1..4}.md
git add test1.md && git commit -m 'Create first file'
git add test2.md && git commit -m 'Create send file'
git add test2.md && git commit -m 'Create second file'
git add test3.md && git commit -m 'Create third file and create fourth file'
```

Expand Down

0 comments on commit 090d932

Please sign in to comment.