TLDR
Enter a command. For example: distccd, ng, nvm.fish, date, dvc add.

git mv

 
Move or rename files and update the Git index. More information: https://git-scm.com/docs/git-mv.
 
  • Move file inside the repo and add the movement to the next commit:
     
    git mv {{path/to/file}} {{new/path/to/file}}
     
  • Rename file and add renaming to the next commit:
     
    git mv {{filename}} {{new_filename}}
     
  • Overwrite the file in the target path if it exists:
     
    git mv --force {{file}} {{target}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.