I am facing an issue in a Git practice lab related to stash and commit messages

Describe your issue

The expected last commit message is exactly:
“Initial commit”
I have ensured:

  • The commit message matches exactly (case-sensitive)
  • sample.txt is modified
  • git stash apply / pop is executed correctly
  • No new commits are made after reset
  • I submit immediately without touching commits
  • Workspace reset is done multiple times
    Despite following all steps correctly, the submission always fails with the same error.

Screenshot

I have attached screenshots showing:

  • Correct commit message
  • Modified file state
  • Stash applied
  • Submission failure message

Additional info

This issue persists even after resetting the workspace multiple times.
It appears to be a grader or workspace state issue rather than a command error.
Kindly review or reset the backend state for this lab.

Hey @anu_shka_17 ,

Thank you for raising this issue.
I have fixed this issue.

Thank you for the quick fix. The issue is resolved now :+1: