#052 git mv source target

Renaming a file

To rename an file and automatically add this change to staging for committing use the command 'git mv source target', where source is the current file name and target is the new name

Command Description
mv command to “move” files
source current file name
target new file name
extra information this command can be used to move files between folders