summaryrefslogtreecommitdiffstats
path: root/man1/git-push.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-push.1')
-rw-r--r--man1/git-push.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-push.1 b/man1/git-push.1
index 4f7c9893c..cf8c50fbb 100644
--- a/man1/git-push.1
+++ b/man1/git-push.1
@@ -2,12 +2,12 @@
.\" Title: git-push
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-05-11
+.\" Date: 2023-05-15
.\" Manual: Git Manual
-.\" Source: Git 2.40.1.556.g5bc069e383
+.\" Source: Git 2.41.0.rc0
.\" Language: English
.\"
-.TH "GIT\-PUSH" "1" "2023\-05\-11" "Git 2\&.40\&.1\&.556\&.g5bc069" "Git Manual"
+.TH "GIT\-PUSH" "1" "2023\-05\-15" "Git 2\&.41\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -32,7 +32,7 @@ git-push \- Update remote refs along with associated objects
.SH "SYNOPSIS"
.sp
.nf
-\fIgit push\fR [\-\-all | \-\-mirror | \-\-tags] [\-\-follow\-tags] [\-\-atomic] [\-n | \-\-dry\-run] [\-\-receive\-pack=<git\-receive\-pack>]
+\fIgit push\fR [\-\-all | \-\-branches | \-\-mirror | \-\-tags] [\-\-follow\-tags] [\-\-atomic] [\-n | \-\-dry\-run] [\-\-receive\-pack=<git\-receive\-pack>]
[\-\-repo=<repository>] [\-f | \-\-force] [\-d | \-\-delete] [\-\-prune] [\-v | \-\-verbose]
[\-u | \-\-set\-upstream] [\-o <string> | \-\-push\-option=<string>]
[\-\-[no\-]signed|\-\-signed=(true|false|if\-asked)]
@@ -205,7 +205,7 @@ means the same as
\fBrefs/tags/<tag>:refs/tags/<tag>\fR\&.
.RE
.PP
-\-\-all
+\-\-all, \-\-branches
.RS 4
Push all branches (i\&.e\&. refs under
\fBrefs/heads/\fR); cannot be used with other <refspec>\&.