Thank you Konstantin, that was immensely helpful On Wednesday, January 20, 2016 at 6:20:36 AM UTC-5, Konstantin Khomoutov wrote: > > On Tue, 19 Jan 2016 23:04:32 +0300 > Konstantin Khomoutov <[email protected] <javascript:>> wrote: > > [...] > > 2) Run this: > > > > git filter-branch -f --tree-filter \ > > 'test -e my/new/dir || mkdir -p my/new/dir > > find . -mindepth 1 -maxdepth 1 \ > > -type d -path ./my -prune -o -print \ > > | xargs - n 30 mv -t ./my/new/dir' master > > ^^^ It should be "-n 30" of course -- formatting error, sorry. >
-- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
