Replies: 1 comment 5 replies
-
Good question - Spin off/out are particularly useful if your branch has an upstream configured. If, for example, you make some commits to your local branch and before pushing them to the upstream decide they are better off on their own branch, spin off/out will take those commits, stick them into a new branch, and reset the current branch to it's upstream. You can read more in Magit's documentation: https://magit.vc/manual/magit/Branch-Commands.html To your other points, you should only see that message if you select "spin out", not "spin off", with uncommitted changes in your index. Basically it means that it's going to act like "spin off" instead, and update your HEAD. If it's still not showing a notice, then that's a bug, yeah. And not firing an event is just an oversight on my part. Easy fix. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the use case for branch spin-out? Isn't it just branch create at head?
I also noticed:
Are either of those bugs that should be filed?
Beta Was this translation helpful? Give feedback.
All reactions