Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push: teach --force-with-lease to smart-http transport
[gitweb.git]
/
Documentation
/
git-clone.txt
diff --git
a/Documentation/git-clone.txt
b/Documentation/git-clone.txt
index 84729b0887db60e4372b848d087cc5992465d667..450f158779fbfda31c0b3f85d4768a294ef782ef 100644
(file)
--- a/
Documentation/git-clone.txt
+++ b/
Documentation/git-clone.txt
@@
-239,8
+239,8
@@
Examples
* Clone from upstream:
+
------------
-$ git clone git://git.kernel.org/pub/scm/.../linux
-2.6 my2.6
-$ cd my
2.6
+$ git clone git://git.kernel.org/pub/scm/.../linux
.git my-linux
+$ cd my
-linux
$ make
------------