kisskool
0
Q:

squash pushed commits

$ git rebase -i HEAD~4

At the interactive screen that opens up, replace pick with squash at the top for all the commits that you want to squash.
Save and close the editor through esc --> :wq

$ git push origin branch-name --force
2
git rebase -i origin/master~4 master
git push origin +master
1
git push origin +master
0

New to Communities?

Join the community