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