|
|
|
|
|
by hackrmn
18 days ago
|
|
If you want that, mandate developers use prefixes like `!fixup` and do `git rebase` _on your end_ -- why force upon everyone your ideas especially if it also squashes all development history? This also removes development friction because people can work with Git on their end the way they like without regard to some convention that can be avoided -- save for the "!fixup" thing which can be considered useful metadata. |
|
Unless you're saving every keystroke from your editor you're already squashing history, we're just arguing about degrees.