Given a file and a specific line, for example myFile.php line 123
,
will be possible to get information about which pull request or branch or issue
the line of code has been added?
Asked
Active
Viewed 37 times
2

Lorraine Bernard
- 13,000
- 23
- 82
- 134
1 Answers
1
-
+1, thanks for your answer. Actually `git branch --contains` display just the branch which contains the modification. Actually I would like to access the first branch or the name of the pull request where this change has been made. Any hints? – Lorraine Bernard Nov 08 '12 at 14:02