wwwwan
wwwwan

Reputation: 407

is there a way to see which contributor changed exactly which line in github?

in github, sometimes there are multiple contributors. Let's say programmer A made a PR. programmer B reviewed it and made some changes. after that, programmer C reviewed it and make some other changes.

Is there a way to see which line is changed by A, or B or C?

Upvotes: 0

Views: 52

Answers (1)

Philip Oakley
Philip Oakley

Reputation: 14061

look for the Blame button when viewing the particular file.

Upvotes: 3

Related Questions