Git - git-mv Documentation
https://git-scm.com/docs/git-mv
Move or rename a file, directory or symlink. git mv [-v] [-f] [-n] [-k] <source> <destination> git mv [-v] [-f] [-n] [-k] <source> ... <destination directory>. In the first form, it renames <source>, which must exist and be either a file, symlink or directory, to <destination>. In the second form, the last argument has to be an existing ...
DA: 68 PA: 92 MOZ Rank: 31