Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、ファイルと特定の行を指定するとmyFile.php line 123、 コード行が追加され たプルリクエストまたはブランチまたは発行に関する情報を取得できますか?
myFile.php line 123
必要git blameです。これを読む
git blame
UIを介して実行する場合は、を使用しgit guiてファイルを参照できます。
git gui
今あなたの質問に答えるために:あなたは各行が変更されたSHA1コミットIDを見つけるでしょう。検索することで、ブランチにマップできます。これを読む