andsens / homeshick

git dotfiles synchronizer written in bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow "homeshick clone" to specify name for cloned repo?

tornewuff opened this issue · comments

Currently if you "homeshick clone" a URL whose basename is the same as a castle you already have (I have more than one repo called "dotfiles" in different places) it simply fails because the target already exists. Maybe there could be some way to specify a name? Regular "git clone" does this with a second parameter but this doesn't work for homeshick which already accepts multiple URLs instead..

I see the problem. However, the homeshick subcommand arguments have remained stable for quite a long time and while the issue is a valid one I am not going to fix this (i.e. I'm prioritizing stability).

You will have to rename the repos after cloning, sorry :-/

Closing as "won't fix".