git_mv: Git Mv

git_mvR Documentation

Git Mv

Description

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.

Usage

git_mv(git_repo, folder_path, old_name, new_name)

Arguments

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


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.