Skip to content
Knowledge Base

Git Squash

chose squash instead of pick

Updated 1 min readGit

bash
git rebase -i master

chose squash instead of pick

bash
git log --graph --oneline --all 4

https://youtu.be/6fnlj5140ac?list=PLTZYG7bZ1u6qck0rYNHO2Yfjzq5ZRRTCe&t=1223
bash
git push -f
git/git-squash.md