Changes between Version 50 and Version 51 of HowToGit


Ignore:
Timestamp:
May 28, 2019, 5:37:05 AM (5 years ago)
Author:
neteler
Comment:

"PR with single commit" expanded

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v50 v51  
    181181# now all should be clean again
    182182}}}
     183
    183184== Merging of Pull Requests ==
    184185
     
    189190=== PR with single commit ===
    190191
    191 **Proposed**: when a PR only has a single commit, the "merge commit" doesn't offer anything and it can be avoided by rebasing the feature branch.
     192**Proposed**: when a PR only has a single commit, the "merge commit" doesn't offer anything and it can be avoided by rebasing the feature branch:
     193
     194Workflow: !GitHub > button "Merge pull request" > "Rebase and merge"
     195
     196Next, you may locally delete the feature branch.
    192197
    193198=== PR with multiple commits ===