0

How can I squash my last X commits together into one commit using GitHub, online with just a browser, without downloading/installing/configuring git, cloning the repo, using command-line tools to do it locally, and then committing and pushing back up to GitHub?

WBT
  • 2,249
  • 3
  • 28
  • 40
  • Github is not a superset of Git's CLI functionality, there are many *many* things you require a real Git client to accomplish. – user229044 Mar 09 '18 at 20:17

1 Answers1

0

AFAIK, this is not possible. You can consider using a GUI tool to do the squash, but that'll still require you to pull the repo locally and install a GUI tool locally.

ACVM
  • 1,497
  • 8
  • 14