7

I always use command prompt to squash multiple commits, and i was wondering how i can do it using eclipse!

I have looked for this answer , and i have not found something useful yet.

Sara.s
  • 71
  • 1
  • 4

1 Answers1

5

You cant do it today.

There is an open ticket for that:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=316521

Bug 316521 - Need ability to "squash" commits


Workaround:

  • Open History tab select all commits you want to squash.
  • Then right-click the selected commits and from the context menu select Modify | Squash.
Community
  • 1
  • 1
CodeWizard
  • 128,036
  • 21
  • 144
  • 167