<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git-show-branch</em> [--all] [--heads] [--tags] [--topo-order] [--current]\r
+<div class="content"><em>git-show-branch</em> [--all] [--remotes] [--topo-order] [--current]\r
[--more=<n> | --list | --independent | --merge-base]\r
[--no-name | --sha1-name] [--topics] [<rev> | <glob>]…</div></div>\r
</div>\r
</p>\r
</dd>\r
<dt>\r
---all --heads --tags\r
+-r|--remotes\r
</dt>\r
<dd>\r
<p>\r
- Show all refs under $GIT_DIR/refs, $GIT_DIR/refs/heads,\r
- and $GIT_DIR/refs/tags, respectively.\r
+ Show the remote-tracking branches.\r
+</p>\r
+</dd>\r
+<dt>\r
+-a|--all\r
+</dt>\r
+<dd>\r
+<p>\r
+ Show both remote-tracking branches and local branches.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 19-Dec-2006 00:54:32 UTC\r
+Last updated 23-Dec-2006 10:29:46 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
[verse]
-'git-show-branch' [--all] [--heads] [--tags] [--topo-order] [--current]
+'git-show-branch' [--all] [--remotes] [--topo-order] [--current]
[--more=<n> | --list | --independent | --merge-base]
[--no-name | --sha1-name] [--topics] [<rev> | <glob>]...
branches under $GIT_DIR/refs/heads/topic, giving
`topic/*` would show all of them.
---all --heads --tags::
- Show all refs under $GIT_DIR/refs, $GIT_DIR/refs/heads,
- and $GIT_DIR/refs/tags, respectively.
+-r|--remotes::
+ Show the remote-tracking branches.
+
+-a|--all::
+ Show both remote-tracking branches and local branches.
--current::
With this option, the command includes the current