I want to fork both Twitter Bootstrap and one of its forks, Kickstrap. However, github thinks they're the same repo and after I fork one, Github shows the other as already forked to my account. Is it possible fork both to the same account?
(Use case is I need to add both as submodules to project, in which I'm scripting the generation of variations of a project starter template, some with Bootstrap and some with Kickstrap)
Kickstrap actually includes the full unmodified Bootstrap repo in Kickstrap/bootstrap/. This is by design so you can keep the Bootstrap core up-to-date without affecting your work in Kickstrap.
You could replace those contents with a git clone of bootstrap and just add Kickstrap/bootstrap to your .gitignore list so Xhibit doesn't tell you how he knows you like .git folders.