Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

squash commits in remote branch

$ 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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #squash #commits #remote #branch
ADD COMMENT
Topic
Name
3+3 =