Skip to content
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

Add an option to rebase a fork from an upstream remote #1047

Closed
opdavies opened this issue Dec 7, 2015 · 2 comments
Closed

Add an option to rebase a fork from an upstream remote #1047

opdavies opened this issue Dec 7, 2015 · 2 comments
Labels

Comments

@opdavies
Copy link

opdavies commented Dec 7, 2015

Maybe...

  • Automatically add upstream when using the hub clone command on a forked repo.
  • Automate the process of git fetch upstream && git rebase origin/master in a single command.
@mislav mislav added the feature label Dec 7, 2015
@mislav
Copy link
Owner

mislav commented Dec 7, 2015

  1. Good idea; was suggested before and will consider for next release.
  2. Another good idea, but I'm wary of implementing that because it might not match everyone's workflow. How would you call such a command? Do we want to maintain that?

@mislav
Copy link
Owner

mislav commented Jan 26, 2019

After some consideration, I have decided that—for now—this is best implemented in user scripts, rather than maintained in hub core. Now that there is a new hub api command, I will close this feature request and leave implementing this as an exercise to the reader. https://github.com/github/hub/releases/tag/v2.8.3 #2016

Thank you for suggesting!

@mislav mislav closed this as completed Jan 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants