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.
gitweb インターフェイスでは、「heads」セクションがあることがわかります。それはローカルの「gitブランチ」と同じですか?また、リモート ブランチ ヘッドを確認するにはどうすればよいですか?
ありがとうございました。
はい、それは に等しいgit branchです。特定のブランチ ヘッドの状態を確認したい場合は、URL を変更する必要があります。
git branch
*your-site*?p=*your-project*;a=log;h=*full-ref*
*full-ref*次のようなものになりますrefs/remotes/origin/master
*full-ref*
refs/remotes/origin/master