X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-show-branch.txt;h=f115b45ef61567b18f6686d12dd168e68f83cb02;hb=59929ee0dab1fc41579cb4a961e61cb1b28cc098;hp=7b1a9c98756bdc362a244827da601042ee290a43;hpb=38064d53dc73697ccaf6b40a499ac535621354c7;p=git.git diff --git a/git-show-branch.txt b/git-show-branch.txt index 7b1a9c98..f115b45e 100644 --- a/git-show-branch.txt +++ b/git-show-branch.txt @@ -3,14 +3,14 @@ git-show-branch(1) NAME ---- -git-show-branch - Show branches and their commits. +git-show-branch - Show branches and their commits SYNOPSIS -------- [verse] -git-show-branch [--all] [--heads] [--tags] [--topo-order] [--current] - [--more= | --list | --independent | --merge-base] - [--no-name | --sha1-name] [ | ]... +'git-show-branch' [--all] [--heads] [--tags] [--topo-order] [--current] + [--more= | --list | --independent | --merge-base] + [--no-name | --sha1-name] [ | ]... DESCRIPTION ----------- @@ -141,7 +141,7 @@ it, having the following in the configuration file may help: ------------ -With this,`git show-branch` without extra parameters would show +With this, `git show-branch` without extra parameters would show only the primary branches. In addition, if you happen to be on your topic branch, it is shown as well.