On Wed, Mar 25, 2009 at 1:14 PM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote: > Nguy???n Th??i Ng???c Duy <pclouds@xxxxxxxxx> wrote: >> This is equivalent to "git init;git add .;git commit -q -m blah". >> I find myself doing that too many times, hence this shortcut. > > Why not: > > git config --global alias.init-import '!git init && git add . && git commit -q' 1. less setup on new machine 2. fast-import support (not yet though) -- 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