Hacker News new | ask | show | jobs
by pitkali 32 days ago
I never got the idea from git itself that changing history is encouraged. What makes you say otherwise?
1 comments

git rebase

Is a widely accepted command as a daily part of a development workflow. This command rewrites history.

Its mere availability is not "encouragement."