Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 307 Bytes

level14.md

File metadata and controls

12 lines (9 loc) · 307 Bytes

#Name: rename

Difficulty: [x][x][x]

We have a file called oldfile.txt. We want to rename it to newfile.txt and stage this change.

Solution

level14_0

mv
移动文件位置,名字不一样则重命名。linux指令,非git。