squash commits on branch
git rebase -i HEAD~20
squash commits on branch
git rebase -i HEAD~20
merge / or squash /or combine multiple commits easily
# you are in a branch2 which has multiple commits which you want to combine into 1
and merge into branch1
git rebase <branch_to_merge_into> -i
pick and squash the commits you want
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us