When I running following command, its showing me three git branches
me@myhost:~/myrepo$ git branch
* master
new_branch
third
However the gitweb is showing only two branches. Only master and new_branch.

Does it require any further configuration to do the third branch visible on gitweb?
