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