I did all the steps asked:
-
Created a new file inside hello-world folder, then added a line of text to it and renamed it
readme.txt
, then added the file and committed it. -
Then, Added a new line to the readme.txt file,saved the changes to that file. And I executed git diff, git add, git commit.
But I still get this message, after I execute git-it verify
:
ACTUAL EXPECTED
------ --------
"Seems there are changes" != "Changes have been committed!"
"to commit still." != ""
"" != null
# FAIL