Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 166 Bytes

case_sensitive_filename.md

File metadata and controls

3 lines (3 loc) · 166 Bytes

case sensitive filename

Use git mv File.txt file.txt to rename the file locally as well as in the staging area.
Then commit your changes git commit -m "m1"