Open other git page (e.g. branch, tree, tag, and more…) in current repository.

COMMANDS:

gitb browse branch

 Open the branch list page in the current repository.

gitb browse tag

 Open the tag list page in the current repository.

gitb browse tree

 Open the tree page in the current branch.

gitb browse history

 Open the history page in the current branch.

gitb browse network

 Open the network page in the current branch.

gitb browse repo

 Open the repository list page in the current project.

gitb browse show [-l, --line <LINE>] [<PATH>]

 Open the corresponding page to given file or directory in current repository.

 Specify the line to be highlighted by appending # to the end of the PATH.

  eg: /foo/bar#5, /foo/bar#5-10

OPTIONS:

-l, --line <LINE>

 Highlight the specified line. eg: 5, 5-10