📜  github 跟踪文件名大写 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:38.751000             🧑  作者: Mango

代码示例2
If you need to commit files renaming, just capitalization, and you have a problems with staging/commiting, as option

- Change capitalization of "file" name and add "1" to the end (or other symbol)
- Stage (without commit) = result "File1" - renaming files
- Remove "1" from the end
- Stage (without commit) = result "File" - renaming files (only capitalization now)
- Do commit.