Number Guessing Game - Build a Number Guessing Game

Tell us what’s happening:

I can’t pass last step. Any idea please?

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Challenge Information:

Number Guessing Game - Build a Number Guessing Game

what is your code? can you describe in detail the issue you are having?

I have no issue in my code. the problem is that I can’t pass the git step:
" You should finish your project while on the main branch, your working tree should be clean, and you should not have any uncommitted changes"

git

as you see working tree is clean, but main branch has 2 changes that never get committed!!
I guess this is the problem.

it doesn’t look like you used git add

I did, many times, but does not make a change !!