/ Published in: Bash
Squashing
WARNING: "git rebase" changes history. Be careful. Google it.
git rebase --interactive HEAD~10 (then change all but the first "pick" to "squash") squash the last 10 commits into one big commit
Expand |
Embed | Plain Text
git rebase --interactive HEAD~10
You need to login to post a comment.
