git 文件重命名时间:2023-03-08 18:43:22文件重命名 git mv old_name new_name git commit -m 'rename' git push origin master 删除文件 git rm filename