git move 移动文件

# git rm + git add
git mv file_from file_to

相关