I'm trying to create a new repository in Github, and I'm having trouble with it's name. It's a C++ project, so I'd like to call it:
superproject++
However Github creates me a repo with a url of:
git://github.com/alanw/superproject--.git
which looks pretty bad.
Is this a constraint of Github or git itself?
I've played around with a few alternatives, but I'm not to keen on:
- superprojectcpp
- superprojectpp
- superproject_cpp
- superprojectplusplus
Any ideas?