GitXplorerGitXplorer
r

git-update-branch

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1fb6fead54f75ad0eda7b1a2b2866ccc65dd2959

Initial commit

rrhansen committed 11 years ago

README

The README file for this repository.

git-update-branch

Synopsis

git-update-branch [options] [--] [<branch>...]

Description

Performs a fast-forward update of the given branches to the upstream tracking branch. If no branches are specified, the current branch is updated.

Options

  • -h, --help: Print a usage message and exit.
  • -a, --all: Update all local branches (no branch arguments may be given).
  • -q, --quiet: Don't print log messages.
  • --: Treat the remaining arguments as branch names.