01-edu / public

📚 @01-edu's Public Repository
http://public.01-edu.org/
222 stars 447 forks source link

[BUG] `git` subject #2588

Closed jgleggit closed 3 months ago

jgleggit commented 3 months ago

git

I think the line numbering mentioned is incorrect. See what I think it should be below...


Default is "World"

name=${1:-"World"} 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.

MSilva95 commented 3 months ago

Hello @jgleggit ! Good catch, i will change the numbers, thanks for the feedback!