Pinned ·
git-collate
Git is an amazing piece of software but some times simple tasks can take multiple commands and interactive dialogues.
One common task I find myself doing often is git rebase -i or "squashing" commits into a single commit. I usually do
this when I am squashing commits on…