Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
user-manual: use pithier example commit
[gitweb.git]
/
Documentation
/
git-clone.txt
diff --git
a/Documentation/git-clone.txt
b/Documentation/git-clone.txt
index 6d32c491a591daa183424a8743ed119e07631b27..ac938d39df7a4b5b5ea3e4ca8cb2cf505fc49752 100644
(file)
--- a/
Documentation/git-clone.txt
+++ b/
Documentation/git-clone.txt
@@
-3,7
+3,7
@@
git-clone(1)
NAME
----
-git-clone - Clone
s
a repository into a new directory
+git-clone - Clone a repository into a new directory
SYNOPSIS
@@
-132,7
+132,7
@@
Make a local clone that borrows from the current directory, without checking thi
+
------------
$ git clone -l -s -n . ../copy
-$ cd copy
+$ cd
../
copy
$ git show-branch
------------