Sha256: 758003c1f01c1713a1ed8edffa8e13bc859755d9eca1c3762fb083cc33ef8cc1

Contents?: true

Size: 1.24 KB

Versions: 45

Compression:

Stored size: 1.24 KB

Contents

git-map-branches(1)
===================

NAME
----
git-map-branches -
include::_git-map-branches_desc.helper.txt[]

SYNOPSIS
--------
[verse]
'git map-branches'

DESCRIPTION
-----------

Git map-branches displays all local branches such that:

* Current branch is [aqua]#cyan#.
** The branch which will be modified with git-commit is denoted with an asterisk
   (`*`) after the name.
* Local branches are [green]#green#.
* Remote branches are [red]#red# (usually, the root of all other branches).
* 'branch-heads' branches are [blue]#blue#.
* `{NO UPSTREAM}` is a special placeholder in [fuchsia]#magenta#.
** Branches which have this as their parent are usually misconfigured, and
   should be assigned a parent by checking out the branch and running git branch
   --set-upstream-to=<correct parent branch>.

NOTE: If multiple branches are on the same commit, they will all be cyan.

EXAMPLE
-------

Given the hypothetical demo repo in linkgit:git-map[1]\'s EXAMPLE section, and
assuming that the `frozen_changes` branch was currently checked out, running
'git map-branches' would result in an output like:

demo:1[]

include::_aliases.txt[]

----
[alias]
  git bmap = map-branches
----

SEE ALSO
--------
linkgit:git-map[1]

include::_footer.txt[]

// vim: ft=asciidoc:

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
libv8-6.7.288.46.1 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.7.288.46.0 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.7.288.46.1beta0 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.3.292.48.1 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.3.292.48.0 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.3.292.48.0beta2 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.3.292.48.0beta1 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.2.414.42.1 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.2.414.42.0 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.2.414.42.0beta1 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.0.286.54.3 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.0.286.54.2 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.0.286.54.1 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.0.286.54.0 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.0.286.54.0beta2 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.0.286.54.0beta1 vendor/depot_tools/man/src/git-map-branches.txt
libv8-6.0.286.44.0beta1 vendor/depot_tools/man/src/git-map-branches.txt
libv8-5.9.211.38.1 vendor/depot_tools/man/src/git-map-branches.txt
libv8-5.9.211.38.0 vendor/depot_tools/man/src/git-map-branches.txt
libv8-5.9.211.38.0beta0 vendor/depot_tools/man/src/git-map-branches.txt