summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec7fc0b)
raw | patch | inline | side by side (parent: ec7fc0b)
author | David Soria Parra <dsp@php.net> | |
Mon, 30 Nov 2009 13:27:52 +0000 (14:27 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 30 Nov 2009 16:47:54 +0000 (08:47 -0800) |
Document the --branch option as [-b <name>] in git clones synopsis.
Signed-off-by: David Soria Parra <dsp@php.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: David Soria Parra <dsp@php.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt | patch | blob | history |
index 7e7d9fcf508eed3cbc984fec3aabc5d351943a32..7ccd742a87db1541184868b794fa4ef597d04de8 100644 (file)
[verse]
'git clone' [--template=<template_directory>]
[-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
- [-o <name>] [-u <upload-pack>] [--reference <repository>]
+ [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
[--depth <depth>] [--recursive] [--] <repository> [<directory>]
DESCRIPTION