joonpradeep
joonpradeep

Reputation: 71

How to review git pull requests (hosted on bitbucket) in intelliJ?

How can I review the git pull requests in intelliJ Idea (2018.3) and check the compile time, test run impact and other IDE features before approving or rejecting?

Upvotes: 6

Views: 4219

Answers (1)

ekudel
ekudel

Reputation: 431

You can use Code Review for Bitbucket plugin.

Upvotes: 1

Related Questions