[Bug 1314627] [NEW] RFE: allow for easier setting of pushURL
Rolf Leggewie
1314627 at bugs.launchpad.net
Wed Apr 30 13:09:37 UTC 2014
Public bug reported:
Git allows to set different URLs for fetch and push. This is nice for
repositories where one has push access. Push will happen over ssh while
fetching happens over normal git protocol. It's a bit cumbersome to set
up and it would be nice if there was a switch to have this behave as
default.
$ git remote -v show
origin git://git.debian.org/git/collab-maint/libcapi20.git (fetch)
origin git+ssh://git.debian.org/git/collab-maint/libcapi20.git (push)
For anyone who wants ssh access this could be a sane default to drop
back to normal git-transport for fetching.
** Affects: git (Ubuntu)
Importance: Wishlist
Status: New
** Description changed:
Git allows to set different URLs for fetch and push. This is nice for
repositories where one has push access. Push will happen over ssh while
fetching happens over normal git protocol. It's a bit cumbersome to set
up and it would be nice if there was a switch to have this behave as
default.
$ git remote -v show
- origin git://git.debian.org/git/collab-maint/isdnutils.git (fetch)
- origin git+ssh://git.debian.org/git/collab-maint/isdnutils.git (push)
+ origin git://git.debian.org/git/collab-maint/libcapi20.git (fetch)
+ origin git+ssh://git.debian.org/git/collab-maint/libcapi20.git (push)
For anyone who wants ssh access this could be a sane default to drop
back to normal git-transport for fetching.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to git in Ubuntu.
https://bugs.launchpad.net/bugs/1314627
Title:
RFE: allow for easier setting of pushURL
Status in “git” package in Ubuntu:
New
Bug description:
Git allows to set different URLs for fetch and push. This is nice for
repositories where one has push access. Push will happen over ssh
while fetching happens over normal git protocol. It's a bit
cumbersome to set up and it would be nice if there was a switch to
have this behave as default.
$ git remote -v show
origin git://git.debian.org/git/collab-maint/libcapi20.git (fetch)
origin git+ssh://git.debian.org/git/collab-maint/libcapi20.git (push)
For anyone who wants ssh access this could be a sane default to drop
back to normal git-transport for fetching.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1314627/+subscriptions
More information about the foundations-bugs
mailing list