|
| Re: Is it possible to squash commit by rebasing? [message #967632 is a reply to message #963887] |
Thu, 01 November 2012 18:39  |
Robin Rosenberg Messages: 268 Registered: July 2009 |
Senior Member |
|
|
Lee Wang-soo skrev 2012-10-30 12.51:
> I want to squash commits selectively in EGit. But I couldn't find the ways. Is it possible to squash commits by rebasing in EGit?
>
> FYI, Squash commit in command line tool:
> git rebase -i HEAD~3
To squash the topmost n commits, you can use a soft reset + commit. Other variants are
not available yet, though patches are in the works (gerrit).
-- robin
|
|
|
Powered by
FUDForum. Page generated in 0.01698 seconds