-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Make 'origin' remote name configurable. #720
Comments
Thanks for the suggestion! This is an often-requested feature. We'll see if we can make it configurable. |
+1. Also prefer to use Use following git alias to switch to this setup:
|
I haven't found a way to ban the popups via predicate, but the functions themselves will now error-out when the current repository's "origin" remote does not point to GitHub. It would be possible to use `magit-get-upstream-remote' instead, but hub isn't smart enough for that yet -- it assumes "origin". See also mislav/hub#720.
Any plans for this? If you are a contributor working on a fork, |
@rcorre Which version of hub are you using? If you're using |
@mislav yes, looks like that works. thanks! |
What if we want to use a different name than |
|
At some places, like
hub create
, anorigin
remote name is used by default.I like using
upstream
instead oforigin
.So, it would be nice for such default remote name to be configurable somewhere.
Thanks, and keep up your hard work. hub rocks!
The text was updated successfully, but these errors were encountered: