Lab git repo initilaize

link:GIT for Beginners | KodeKloud

why its not being verified?

unable to identify mistake whereas tried to work and modify content previously also with linux command touch,echo,vi,printf

Hi @yashvikothari397,
You have to add that content to a file. Please make use of the I/O redirection symbol. In our case, we will use >.

echo "A Lion lay asleep in the forest" > lion-and-mouse.txt

Regards,