Skip to content

Commit db9bc00

Browse files
dspgitster
authored andcommitted
Documentation: Document --branch option in git clone synopsis
Document the --branch option as [-b <name>] in git clones synopsis. Signed-off-by: David Soria Parra <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ec7fc0b commit db9bc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-clone.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SYNOPSIS
1111
[verse]
1212
'git clone' [--template=<template_directory>]
1313
[-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
14-
[-o <name>] [-u <upload-pack>] [--reference <repository>]
14+
[-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
1515
[--depth <depth>] [--recursive] [--] <repository> [<directory>]
1616

1717
DESCRIPTION

0 commit comments

Comments
 (0)