Do I need to perform a commit after a rebase?
- by Benjol
I've just rebased a feature branch onto another feature branch (in preparation for rebasing everything to the head of my master), and it involved quite a few tricky merge resolutions.
Is the rebase automatically saved as a commit somewhere?
Just where do those modifications live? I can't see anything in gitk, or git log --oneline.
(Same question for when I merge back my branch after rebasing.)