https://www.theodinproject.com/lessons/foundations-git-basics this is the lesson that i am following. I completed the Create the Repository section successfully. I also completed the Use the Git Workflow section successfully. It's the Modify a File or two where I am facing all the difficulties.

Can someone please show me the way how to do it ?

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 months ago (1 child)

Create the README.MD with touch and open the file with nano or your editor of choice.

touch README.md
nano README.md

Add

G'day git

Exit nano with CTRL X then press Y to save the file.

  • source
  • hideshow 2 child comments
  • [–] [S] 0 points 2 months ago (2 children)