move a directory and its contents recursively to another directory
- create a new directory
newdirectory git mv mydirectory newdirectorygit mv server/mydirectory/* server/models/newdirectory
move a directory and its contents recursively to another directory
newdirectorygit mv mydirectory newdirectorygit mv server/mydirectory/* server/models/newdirectory