Skip to content

Instantly share code, notes, and snippets.

@tamago324
Created June 24, 2018 00:51
Show Gist options
  • Select an option

  • Save tamago324/e3cdf94173a4f03c02aaa355ee3789bc to your computer and use it in GitHub Desktop.

Select an option

Save tamago324/e3cdf94173a4f03c02aaa355ee3789bc to your computer and use it in GitHub Desktop.
マージの種類のメモ

PullRequestについての説明はMerging a pull request - User Documentation にのっている

マージの仕方によってのコミットの変化はAbout pull request merges - User Documentation にのっている

Merge pull request

マージコミットを作成する

Squash and merge

マージするコミットを一つのコミットとしてまとめてマージする

Rebase and merge

コミットをマージ先のブランチにリベースする

基本的にはMerge pull requestでいいのかも?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment