Git Advanced Reference: Interactive Rebase, Bisect, Hooks, Stash & Reflog Recovery
Git patterns that separate engineers who understand what's happening from those who just use add, commit, push.
Interactive rebase: clean up before a PR
git rebase -i HEAD~5
Change pick to:
fixup — merge into previous commit, discard message (for t...
releaserun.hashnode.dev2 min read