git_mv | R Documentation |
Performs a 'git mv', which serves to rename a folder or file. Specifically, The 'git mv' command combines 'mv' and 'git add' command for the new folder/file name and the old folder/file name in one command.
git_mv(git_repo, folder_path, old_name, new_name)
git_repo |
The git repo path |
folder_path |
The worktree path |
old_name |
The name of the file/folder that you are going to change or move |
new_name |
The new name of the file/folder |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.