Horje
squash pushed commits Code Example
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
squash pushed commits
git rebase -i origin/master~4 master
git push origin +master




Shell

Related
kubernetes get statefulset Code Example kubernetes get statefulset Code Example
how to reset git branch to a certain commit. Code Example how to reset git branch to a certain commit. Code Example
ssh login Code Example ssh login Code Example
cherry pick Code Example cherry pick Code Example
github merge Code Example github merge Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11