Man page - hub-sync(1)
Packages contains this manual
- hub-alias(1)
- hub-remote(1)
- hub-api(1)
- hub-compare(1)
- hub-push(1)
- hub-checkout(1)
- hub-init(1)
- hub-issue(1)
- hub-pull-request(1)
- hub-browse(1)
- hub-help(1)
- hub-merge(1)
- hub-gist(1)
- hub-cherry-pick(1)
- hub-submodule(1)
- hub-sync(1)
- hub-am(1)
- hub-create(1)
- hub-release(1)
- hub-apply(1)
- hub-fork(1)
- hub-fetch(1)
- hub-pr(1)
- hub-clone(1)
- hub-delete(1)
- hub-ci-status(1)
- hub(1)
Package: hub
apt-get install hub
apt-get install hub
Manuals in package:
Documentations in package:
Manual
hub-sync
NAMESYNOPSIS
OPTIONS
SEE ALSO
NAME
hub-sync - Fetch git objects from upstream and update local branches.
SYNOPSIS
hub sync [--color]
|
• |
If the local branch is outdated, fast-forward it; |
||
|
• |
If the local branch contains unpushed work, warn about it; |
||
|
• |
If the branch seems merged and its upstream branch was deleted, delete it. |
If a local branch does not have any upstream configuration, but has a same-named branch on the remote, treat that as its upstream branch.
OPTIONS
--color[= WHEN ]
Enable colored output even if stdout is not a terminal. WHEN can be one of "always" (default for --color ), "never", or "auto" (default).
SEE ALSO
hub(1), git-fetch(1)