Code

git-submodule: clone during update, not during init
[git.git] / Documentation / git-rebase.txt
index 2f417a8f856094b3664eeff2ff3f0ce761c89503..753b275a0f79d88ef439a4c235452bd17f81ce2e 100644 (file)
@@ -7,8 +7,8 @@ git-rebase - Forward-port local commits to the updated upstream head
 
 SYNOPSIS
 --------
+[verse]
 'git-rebase' [-v] [--merge] [-C<n>] [--onto <newbase>] <upstream> [<branch>]
-
 'git-rebase' --continue | --skip | --abort
 
 DESCRIPTION