
Emily Strobl
5,259 PointsFirst Commit Task 3
Task: Add the file chapter1.txt to the staging area for committing.
I keep getting an error, What am i doing wrong
1 Answer

Mei Lee
3,338 PointsYou may try use git add to add files before commit.
Task: Add the file chapter1.txt to the staging area for committing.
I keep getting an error, What am i doing wrong
You may try use git add to add files before commit.
Emily Strobl
5,259 PointsEmily Strobl
5,259 PointsCode: git commit -m "chapter1.txt"