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