#TIL 1 - Git Rebase Interactive

A useful trick for clean git history before sending PR. Just need to replace N
with the actual number of commit logs that you want to change.
git rebase -i HEAD~N
I’m a full stack developer. I’m a fast learner and self-taught coder. I often take my time for researching and learning about hot and trending technology.
A useful trick for clean git history before sending PR. Just need to replace N
with the actual number of commit logs that you want to change.
git rebase -i HEAD~N