1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SourceTreeで、mergeしてpushしても、リモートがマージされない

Posted at
  1. developブランチから、featureブランチを新規作成&チェックアウト
  2. 変更作業
  3. 作業内容をfeatureブランチでコミット
  4. developブランチに切り替える
  5. featureブランチをdevelopブランチにmerge
  6. リモートにpush

上記流れをやっても、リモートがfeatureブランチが伸びているだけで、
マージされないとき、

mergeの前に、
「マージ結果を直ちにコミット(競合がない場合のみ)」
にチェックを入れればできた!

スクリーンショット 2016-04-07 19.28.47.png

既にマージしてしまった時は、
一度コミットボタンを押すと、自動でコメント欄に
「Merge branch 'feature' into develop」
と記入されているので、
コミット&プッシュすれば、無事マージできる。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?