I've got a Github project (https://github.com/gbrits/yeoman-less) that I'd like to use as a quickstart for some other projects. Each of these other projects need to get their own repo.
So git clone
https://github.com/gbrits/yeoman-less (alone) doesn't work, since I need to do something like change the origin after the clone to point to a different remote endpoint.
Related: hos would you create a remote origin in github from the commandline, instead of having to manually create it and then linking it up in the commandline?