Block a user
#2 - Git Case Sensitivity and File Renaming Assignment
Recreate the problem:
- initialise repository
- Create file
readme.md
by using git add - commit the file
- use mv to rename the file to
README.md
- check git status _RESULT: no…