GIT for Beginners | KodeKloud.
Hello Sir,
Unable to solve the questions 05, 19 for the LAB: INITIALIZE A GIT REPOSITORY. Could you please help me out?
GIT for Beginners | KodeKloud.
Hello Sir,
Unable to solve the questions 05, 19 for the LAB: INITIALIZE A GIT REPOSITORY. Could you please help me out?
for Q5: Run
$ touch /home/sarah/lion-and-mouse.txt
$ echo “A Lion lay asleep in the forest” >> lion-and-mouse.txt
For Q19: Run
$ cd /home/sarah/learning-app-ecommerce
$ git commit -m “Add instructions for verification”
$ git add js/theme.js
$ git commit -am “Increase time from 400 to 500”
Thanks for the help it worked now
You are welcome.
Happy learning!