Git rebase -I is not that scary
SMRTR summary
Git's interactive rebase opens an editable plan, not an immediate action, letting you safely reword, drop, or reorder commits. If anything goes wrong, `--abort`, the reflog, or a backup branch will recover you.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article