2
2

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 3 years have passed since last update.

【Github】 Pullリクエストがgithubで表示されない

Posted at

まずはじめに

Cloud9からgithubにpushをしたのに、
なぜかpull requestが表示されない...?!

なぜ?といった状況になってしまった。

image.png

この状況をどうやって解決するか簡単に解説していきます!

解決方法

解決方法はいたって簡単です。

まず、Pull requestタブを押した後に、右上に緑の New pull requestがあるので
そこをぽちっとクリックしましょう。

image.png

するとどういうわけか、
過去にpull requestの通知が来なかった git pushの一覧が表示される。

image.png

該当のpullリクを選択しましょう。

image.png

するとこんな感じでいつもの画面がでてきます。

あとはいつも通りプルリクを進めればOKです。

まとめ

・githubにpushしてもpull requestが出ない場合がある
・pull requestが出ない場合はNew pull requestを押す
・通常のプルリク画面になるのであとはマージ等を行う

いかがでしたでしょうか。
分りづらい等ありましたらコメントくださいね。

それでは!

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?