Code

git-submodule: clone during update, not during init
[git.git] / Documentation / git-push.txt
index f8cc2b5432b448dcf3686ecee68cba796064bbe4..e9ad10672a7f045f25937ca85caec548fcb4327f 100644 (file)
@@ -8,7 +8,9 @@ git-push - Update remote refs along with associated objects
 
 SYNOPSIS
 --------
-'git-push' [--all] [--tags] [--receive-pack=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]
+[verse]
+'git-push' [--all] [--tags] [--receive-pack=<git-receive-pack>]
+           [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]
 
 DESCRIPTION
 -----------