Answers for "squash all the commits of the branch into a single commit"

0

git squash last 2 commits

git rebase -i HEAD~2
Posted by: Guest on March-27-2020

Code answers related to "squash all the commits of the branch into a single commit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language