I have a folder (~/repos) in my home directory in which I store cloned repositories from github. Is there a way to set an option so that git clone <repository> [directory] will clone into ~/repos if [directory] is empty, and otherwise will clone it into [directory]?