Skip to content

Commit

Permalink
fix(git) wrong line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
MSilva95 committed Jun 11, 2024
1 parent b42347b commit 07e39a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subjects/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ echo "Hello, $name"
```

- Make two separate commits:
- The first commit should be for the comment in line 1.
- The second commit should include changes made to lines 3 and 4.
- The first commit should be for the comment in line 3.
- The second commit should include changes made to lines 4 and 5.

#### History

Expand Down

0 comments on commit 07e39a6

Please sign in to comment.