Do I need to perform a commit after a rebase?
Posted
by Benjol
on Stack Overflow
See other posts from Stack Overflow
or by Benjol
Published on 2010-04-22T09:33:37Z
Indexed on
2010/04/22
9:53 UTC
Read the original article
Hit count: 172
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.)
© Stack Overflow or respective owner