0

When I am using gitk rev1..rev2 it shows difference as list of commits between revisions. Is it possible to combine all of commits and to display it as one commit (something like squash) ?

RandomB
  • 3,367
  • 19
  • 30

1 Answers1

1

Left click on rev1. Right click on rev2. Select Diff selected -> this.

stefandtw
  • 468
  • 6
  • 5