X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-push.txt;h=365cfd4105870892306b6376de768b2f0d4b97a3;hb=af3feefa1d057713c2277cc1543d438e60c65306;hp=2254bac16e65e6a0a097b6fef80aed6e1d6887d4;hpb=5e80092f7e6db09a40a62e837ca3f74f0bc5ad73;p=git.git diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 2254bac1..365cfd41 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -8,7 +8,7 @@ git-push - Update remote refs along with associated objects. SYNOPSIS -------- -'git-push' [--all] [--force] ... +'git-push' [--all] [--tags] [--force] ... DESCRIPTION ----------- @@ -29,6 +29,11 @@ include::pull-fetch-param.txt[] Instead of naming each ref to push, specifies all refs to be pushed. +\--tags:: + All refs under `$GIT_DIR/refs/tags` are pushed, in + addition to refspecs explicitly listed on the command + line. + -f, \--force:: Usually, the command refuses to update a local ref that is not an ancestor of the remote ref used to overwrite it.