Is there any way to create bare repositories on a Git server remotely from my local machine?
I'm trying to eliminate the annoyance of having to ssh in to my Git server and create the bare repo manually.
It's probably not possible, but ideally I'd like to create local git repositories, and push them straight away to my Git server without having to create bare versions on the server first.
Am I asking too much of Git?