added new steps

This commit is contained in:
2025-09-04 12:22:05 +05:30
parent bb1bae28ee
commit ed6fdf856f
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
- Created readme.md in a repo and renamed it to README.md
- ![Repository_Screenshot](readme.png)
- Git didnt show changes because windows system is case-insensitive
- Fixed it using:
`git mv -f readme.md README.md`
`git commit -m "Rename readme.md to README.md"`
- Reason: Git is case-sensitive, but case-insensitive filesystems treat both names as the same

BIN
readme.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB