Back
Here you can keep all your commits in the pull request and later can squash merge the PR.
For example:
git checkout mastergit merge --squash bugfixgit commit
git checkout master
git merge --squash bugfix
git commit
For more information on Git, you can join git training.
30.9k questions
32.9k answers
500 comments
665 users