fix(git) wrong line numbers

This commit is contained in:
miguel 2024-06-06 11:35:09 +01:00 committed by MSilva95
parent b42347b354
commit 07e39a6878
1 changed files with 2 additions and 2 deletions

View File

@ -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