git - How to squash commits using eclipse? -


i use command prompt squash multiple commits, , wondering how can using eclipse!

i have looked answer , , have not found useful yet.

you cant today.

there open ticket that:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=316521

bug 316521 - need ability "squash" commits


workaround:

  • open history tab select commits want squash.
  • then right-click selected commits , context menu select modify | squash.

Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -