Browse Source

fix(git) wrong line numbers

pull/2596/head
miguel 3 months ago committed by MSilva95
parent
commit
07e39a6878
  1. 4
      subjects/git/README.md

4
subjects/git/README.md

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

Loading…
Cancel
Save