About merge methods on GitHub - User Documentation https://help.github.com/articles/about-merge-methods-on-github/

Merge request

Collapse

Customize your merge request restrictions.

Merge method

Merge commit 
A merge commit is created for every merge, and merging is allowed as long as there are no conflicts.
Merge commit with semi-linear history 
A merge commit is created for every merge, but merging is only allowed if fast-forward merge is possible. This way you could make sure that if this merge request would build, after merging to target branch it would also build. 
When fast-forward merge is not possible, the user is given the option to rebase.
Fast-forward merge 
No merge commits are created and all merges are fast-forwarded, which means that merging is only allowed if the branch could be fast-forwarded. 
When fast-forward merge is not possible, the user is given the option to rebase.
Only allow merge requests to be merged if the pipeline succeeds 
Pipelines need to be configured to enable this feature. 
Only allow merge requests to be merged if all discussions are resolved
Automatically resolve merge request diff discussions when they become outdated
Show link to create/view merge request when pushing from the command line

最新文章

  1. 开发管理系统时,安装sqlserver2005问题整理
  2. Linux安全基础:网络配置命令
  3. 利用eclips创建一个maven项目
  4. (转)8 Tactics to Combat Imbalanced Classes in Your Machine Learning Dataset
  5. Golang学习 - errors 包
  6. Reset / Validate Buffer
  7. 非线性规划问题的matlab求解
  8. BZOJ 3505 CQOI 2014 数三角形 数学
  9. crmsql句子的实体关系实体字段的信息窗口
  10. C语言之冒泡排序
  11. eclipse下进行spark开发(已实践)
  12. CYQ.Data V5 分布式自动化缓存设计介绍(二)
  13. 分布式缓存之Ehcache与terracotta - Terracotta服务器概念篇
  14. E:I Think I Need a Houseboat-poj
  15. codeforces 888G Xor-MST
  16. Ubuntu 18.04 安装 Apache, MySQL, PHP7, phpMyAdmin
  17. python - 编程规范问题
  18. Freemaker的了解
  19. 安装ruby&gem
  20. 一个基于jquery的智能提示控件intellSeach.js

热门文章

  1. gradients的一些注意点
  2. 串口调试利器--Minicom配置及使用详解.md
  3. 方程式组织EQUATION DRUG平台解析(提纲) —方程式组织系列分析报告之四
  4. 基于Bootstrap的页面排版知识
  5. Geoserver跨域问题
  6. MFC中 CString转换为char
  7. fastjson的常用用法以及自定义排序
  8. haifeng
  9. innodb之change buffer被动merge
  10. 【Python】向函数传递任意数量的实参