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.
31k questions
32.8k answers
501 comments
693 users