git 文件重命名

文件重命名
git mv old_name new_name
git commit -m 'rename'
git push origin mastergit

删除文件
git rm filenameit

相关文章
相关标签/搜索