Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 217 Bytes

File metadata and controls

11 lines (8 loc) · 217 Bytes

#git mv

git移动一个文件

##移动一个文件 git mv <file_from> <file_to>

  • ###参数
    • file_from(原路径)
    • file_to(目标路径)

执行完毕后自动添加到暂存区stage