Skip to content

Commit

Permalink
Update a_deeper_look_at_git.md
Browse files Browse the repository at this point in the history
Correcting grammar for: 

#### Getting set up
'Create send file' should probably be 'Create second file'
  • Loading branch information
dyllan-p authored Oct 13, 2024
1 parent ce7ebd9 commit f75dd6a
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 f75dd6a

Please sign in to comment.