All of lore.kernel.org
 help / color / mirror / Atom feed
* Add a git squash function?
@ 2026-08-16 18:49 The Super Techie
  2026-08-16 21:52 ` Matej Dujava
  0 siblings, 1 reply; 3+ messages in thread
From: The Super Techie @ 2026-08-16 18:49 UTC (permalink / raw)
  To: git

Hi,

I am a developer who often squashes their commits using Git. Currently, 
the simplest way to squash is to run the following two commands:

git reset --soft HEAD~3

git commit

Where 3 is the number of commits that a user would like to squash. 
However, what if there was a command like as follows:

git squash 3

Which did the same thing? This would save quite a bit of time for 
developers. Since some projects require the DCO, an -s flag could be 
added which would add a sign-off to the squashed commit as well.

Has this been suggested before?

~thesupertechie



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-08-16 23:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-16 18:49 Add a git squash function? The Super Techie
2026-08-16 21:52 ` Matej Dujava
2026-08-16 23:38   ` Bradley Morgan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.