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

Intellijの新機能 GitHubプルリクエスト機能 を試してみた

Last updated at Posted at 2020-08-28

経緯

普段愛用している Intellij IDEAの、2020.2の新機能として

IntelliJ IDEA 2020.2 では GitHub プルリクエストのレビューとマージを IDE 内から直接行うことが可能になりました。

とのことだったので、早速試してみました。

準備

  • Intellij IDEAのバージョンを 2020.2に上げる
  • Preferences>VersionControl>GitHub から、GitHubアカウントとの紐付けをする
  • View>Tool Windows>Pull Requests を選択して、Tool Windows上に Pull Request を表示させる
  • (任意) VCS>Git>Create Pull Request から、pullリクエストを作成する
スクリーンショット 2020-07-31 15.05.42.png

Intellij上でReviewしてみる

Pull RequestのTool Barを選択すると、先程作成したpullリクエストが表示されます。

スクリーンショット 2020-07-31 15.07.49.png

GitHubと同じように、Reviewコメントが書けます。
スクリーンショット 2020-07-31 15.08.40.png
スクリーンショット 2020-07-31 15.09.45.png

さいごに、下のMergeボタンを押せばマージされるようです。
スクリーンショット 2020-07-31 15.15.30.png

まとめ

  • わざわざブラウザを開かず、IntellijだけでReviewができました。
  • レビューコメントのmarkdownプレビュー機能、画像添付ができませんでした。
    • ガッツリレビューするならGitHubを開き、指摘対応のようなさらっと見るだけでも良いような内容はIntellijという使い分けになるかなと思いました。
  • mergeボタンを押しても(何故か)PRがマージされませんでした・・(PRのcloseはできました)

参考

公式が提供する機能紹介動画
https://youtu.be/lgZRMCpfYM4?t=806

0
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
0
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?