On Wed, May 26, 2010 at 2:48 PM, James Tucker <jftucker@xxxxxxxxx> wrote: > I've been running the following aliases for a long time now: > > alias g='git' # in bash > > % cat ~/.gitconfig | grep clone > cl = clone > > This appears to still be calling the right UI command: > > % g cl > You must specify a repository to clone. > ... > > But when I try to actually clone a repository: > > % ls rdbi > ls: rdbi: No such file or directory > % g cl http://github.com/erikh/rdbi.git > fatal: cannot set work tree after initialization There is something with alias and work tree setup that I should have addressed it with my series. I suspect that is the cause of this. Unfortunately I have been too lazy these days. I'll try to work on it again maybe this weekend. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html