Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 209 Bytes

rename.md

File metadata and controls

7 lines (4 loc) · 209 Bytes

All commands with "rename"

Rename files

Rename the file, specifying the old file name and the new name you'd like to give the file. This will stage your change for commit.

git mv [oldfile] [newfile]