#git mv git移动一个文件 ##移动一个文件 git mv <file_from> <file_to> ###参数 file_from(原路径) file_to(目标路径) 执行完毕后自动添加到暂存区stage