-
Notifications
You must be signed in to change notification settings - Fork 31
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
Support for --update-refs
would be nice to have
#131
Comments
This sounds very useful! I didn't know git could do that until I read your suggestion, but now I want it too, so I had a go in my superdevbranch: Comments welcome. It became a big change, though. I'll add tests and split it up in smaller PRs, firstly this little fix: #135. |
Hello, I tried to test the superbranch by installing using
Were you also experiencing the same errors ? EDIT: |
Yeah, this means you chose the wrong base commit. It's an error message that could be improved, and is not related to this feature or any other on my branch. For example, this happens every time after you have done a So for example, instead of this:
Do this:
|
Git 2.38 added an
--update-refs
flag togit rebase
and a correspondingupdate-ref
command available when rebasing interactively. This can be very handy when working on a chain of dependent branches and wanting append changes to a parent branch.I now sometimes find myself missing
--update-refs
when usinggit-revise
, so it sure would be neat to see it implemented here as well, assuming its feasible.The text was updated successfully, but these errors were encountered: