Software Developper
About Resume Git Blog
Move or rename a file, a directory, or a symlink.
Move or rename a file (or both) $ git mv <file> <destination>
Move or rename a file (or both)
$ git mv <file> <destination>
Move or rename a directory (or both) $ git mv <dir> <destination>
Move or rename a directory (or both)
$ git mv <dir> <destination>