1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/data/reusables/pull_requests/default_merge_option.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

6 lines
564 B
Markdown

When you click the default **Merge pull request** option on a pull request on {% data variables.product.product_location %}, all commits from the feature branch are added to the base branch in a merge commit. The pull request is merged using [the `--no-ff` option](https://git-scm.com/docs/git-merge#_fast_forward_merge).
To merge pull requests, you must have [write permissions](/articles/repository-permission-levels-for-an-organization/) in the repository.
![standard-merge-commit-diagram](/assets/images/help/pull_requests/standard-merge-commit-diagram.png)