X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-push.txt;fp=Documentation%2Fgit-push.txt;h=a0ef61dafae3e105751e40765c0cfaf79d90bc8f;hb=36b5b3c65948694d9a92de5a17f2b97c3cd84879;hp=29fa30752eaa3593b514af61045c87ea0fc58edf;hpb=8fedb83c05d4b3d877a220d614e8b9d40f02709d;p=git.git diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 29fa30752..a0ef61daf 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 remote ref that is not a descendent of the local ref used to overwrite it.