#431219 git-core: git push should have the ability to create repositories

Package:
git
Source:
git
Description:
fast, scalable, distributed revision control system
Submitter:
Josh Triplett
Date:
2010-05-15 21:21:09 UTC
Severity:
wishlist
#431219#5
Date:
2007-06-30 19:47:21 UTC
From:
To:
Currently, in order to push to a remote repository, the repository must
already exist.  This requires going to the remote server and running git-init
with the appropriate GIT_DIR.  I think git push should have the ability to
create a new repository, at least over transports such as SSH.  (Some
transports may not have the ability to create a repository, or may prohibit
doing so.)

- Josh Triplett